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
ISO 10967-2 requires big angle r(F) - the max angle that sin, etc, is required to be valid for, and absolute_precision_underflow error (giving a qNaN) for angles outside of this.
sin 1e100 is clearly nonsense. Should it return NaN? Some experiments with smaller numbers:
In https://www.python.org/:
In https://www.tutorialspoint.com/execute_lisp_online.php:
(iPhone & Window calculators give ~-0.209, as does sinLarge with piRat to 1000 fracs)
The text was updated successfully, but these errors were encountered: