Ask Your Question
0

does SAGE compute Pi using Chudnovsky algorithm?

asked 2015-10-19 08:22:29 +0200

this post is marked as community wiki

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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-10-19 08:38:53 +0200

rws gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2015-10-19 08:22:29 +0200

Seen: 412 times

Last updated: Oct 19 '15