You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that it won't print 100 digits if the precision of the object is smaller. Note also that the internal precision is stored in bits and a multiple of 64 bits:
Then the next question is whether this behavior is desirable? On one hand it is consistent with pari's default display precision, on the other hand we're using pari from inside sage, so it should conform to sage's convention.
Looking at RealField having everything displayed by default, maybe pari should follow that. Or at least have a global flag that configures the setting.
Looks like pari real objects are always displayed to ≈ 15 digits of precision regardless of internal precision:
internally stored precision can be seen to be higher:
The text was updated successfully, but these errors were encountered: