July 8, 2009
11:14 a.m.
2009/7/8 Andres Valloud <avalloud@smalltalk.comcastbiz.net>:
FWIW... VW has two choices... a) fail the primitives when the answer is INF or NaN, or b) return whatever the FPU says. Â Also, NaN and INF are regular instances of Float and Double...
What if some part of the code rely on signalling an Exception , and another part rely on answering exceptional values? Nicolas