You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement BigMath::PI with Gauss-Legendre algorithm
It's fast and simple.
Pi calculation will be the bottleneck when we improve sin/cos or erf/erfc with bit burst algorithm.
Requires multiplication cost to be less than O(n^2).
0 commit comments