/ Published in: Scheme
Based on the pi approximation (100 - ((2125^3 + 214^3 + 30^3 + 37^2)/(82^5)))^(1/4), referenced in equation 57 at the referenced URL.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
(expt (- 100 (/ (+ (expt 2125 3) (expt 214 3) (expt 30 3) (expt 37 2)) (expt 82 5))) .25)
URL: http://mathworld.wolfram.com/PiApproximations.html