1 | initial version |
Sage uses the mpfr library to compute pi to arbitrary precision. The mpfr algorithm apparently has a limit of 646456992 digits. Please refer to
https://github.com/epowers/mpfr/blob/master/src/const_pi.c
Not sure if that is up-to-date, however.