|
|
|
|
|
by rlanday
2659 days ago
|
|
You need more digits than that to accurately compute double-precision trigonometric functions (if the input is close to pi, you need enough accurate digits left after performing range reduction). This paper claims you need 2/pi accurate to 1144 bits which is about 345 decimal digits:
https://www.csee.umbc.edu/~phatak/645/supl/Ng-ArgReduction.p... |
|