Tagged Questions
4
votes
4answers
585 views
Computing π to “infinite” binary precision in C#
So far it looks like Fabrice Bellard's base 2 equation is the way to go
Ironically this will require a BigReal type; do we have this for .Net? .Net 4.0 has BigInteger.
Anyone have a Haskell ...