Return to Snippet

Revision: 40707
at February 5, 2011 10:10 by NihilistDandy


Initial Code
(176 * atan (1 / 57) + 28 * atan (1 / 239) - 48 * atan (1 / 682) + 96 * atan (1 / 12943))

Initial URL

                                

Initial Description
GHC already has `pi' built in, but I wanted to compare values. `(this snippet) == pi' returns `True'.

Initial Title
Pi Approximation

Initial Tags

                                

Initial Language
Haskell