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
I was skimming iso 10967 earlier today, and there is a bunch of interesting information about numerical methods and edge conditions. I’ve begun implementing a Octuple Precision floating point class, and this document describes how such a system should handle NaN, -0, and the infinities. I guess it’s worth knowing that this exists.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was skimming iso 10967 earlier today, and there is a bunch of interesting information about numerical methods and edge conditions. I’ve begun implementing a Octuple Precision floating point class, and this document describes how such a system should handle NaN, -0, and the infinities. I guess it’s worth knowing that this exists.
Beta Was this translation helpful? Give feedback.
All reactions