Almkvist-Giullera formula for pi: Difference between revisions

m
→‎{{header|C#|Csharp}}: Regularize header markup to recommended on category page
(add task to aarch64 assembly raspberry pi)
m (→‎{{header|C#|Csharp}}: Regularize header markup to recommended on category page)
Line 724:
3.1415926535897932384626433832795028841971693993751058209749445923078164
</pre>
=={{header|C# sharp|CsharpC#}}==
{{libheader|System.Numerics}}
A little challenging due to lack of BigFloat or BigRational. Note the extended precision integers displayed for each term, not extended precision floats. Also features the next term based on the last term, rather than computing each term from scratch. And the multiply by 32, divide by 3 is reserved for final sum, instead of each term (except for the 0..9th displayed terms).
10,327

edits