RosettaCodeData/Task/Extreme-floating-point-values/PicoLisp/extreme-floating-point-values.l

8 lines
113 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
(load "@lib/math.l")
: (exp 1000.0) # Too large for IEEE floats
-> T
: (+ 1 2 NIL 3) # NaN propagates
-> NIL