does SAGE compute Pi using Chudnovsky algorithm?
In 1989, Chudnovsky brothers discovered this method for computers to calculate digits of Pi.
asked 2015-10-19 08:22:29 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
In 1989, Chudnovsky brothers discovered this method for computers to calculate digits of Pi.
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/...
Not sure if that is up-to-date, however.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-10-19 08:22:29 +0100
Seen: 449 times
Last updated: Oct 19 '15
pi and e not evaluated when i use my own classes
Solve a "big" polynomial system numerically
Looong computation by desolve_rk4
Computations on U and V when they do not commute.
Finite field q power computations
Relative finite field extension and element computations
Why is sagemath real numbers arithmetic gives incorrect result?