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
Increase BigMath.atan(x,prec) precision when |x|>0.5 (#320)
BigMath.atan(x, prec) is calculated with precision=prec+BigDecimal.double_fig when |x| <= 0.5.
But this safe margin was not properly applied when |x| > 0.5.
0 commit comments