Software for calculating π: Difference between revisions

Content deleted Content added
m Special-purpose: fixing wiki links
mNo edit summary
Line 1:
Over the years, several programs have been written for calculating [[πpi]] (π) to [[arbitrary-precision arithmetic|many digits]] on [[personal computer]]s.
 
==General-purpose==
Most [[computer algebra system]]s can calculate π and other common [[mathematical constant]]s to any desired precision.
 
Functions for calculating π are also included in many general [[softwareLibrary library(computing)|software libraries]] for [[arbitrary-precision arithmetic]], for instance [[MPFR]].
 
==Special-purpose==