-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Looks like pari real objects are always displayed to ≈ 15 digits of precision regardless of internal precision:
sage: pari(RealField(100)(sqrt(2)))
1.41421356237310
sage: pari(RealField(300)(sqrt(2)))
1.41421356237310
internally stored precision can be seen to be higher:
sage: pari(RealField(100)(sqrt(2)))^2-2
-1.47595429215023 E-30
sage: pari(RealField(300)(sqrt(2)))^2-2
1.27815007960614 E-90
Metadata
Metadata
Assignees
Labels
No labels