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
For example, the function, invert-r errors on division by zero, but the problematic number can't be guaranteed to be $0$ outright, as it may turn out to have nonzero bits after an undetermined outer threshold.
This sort of error should give a restart option to raise the precision threshold.
Also Raw-approx-cr may return $0$ when the number is actually negative, but outside of the precision threshold.
Other functions that should be considered with this issue:
divide-r
SQRT-R
LOG-R
ATAN-R
The text was updated successfully, but these errors were encountered:
For example, the function,$0$ outright, as it may turn out to have nonzero bits after an undetermined outer threshold.
invert-r
errors on division by zero, but the problematic number can't be guaranteed to beThis sort of error should give a restart option to raise the precision threshold.
Also$0$ when the number is actually negative, but outside of the precision threshold.
Raw-approx-cr
may returnOther functions that should be considered with this issue:
divide-r
SQRT-R
LOG-R
ATAN-R
The text was updated successfully, but these errors were encountered: