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

8 lines
113 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(load "@lib/math.l")
: (exp 1000.0) # Too large for IEEE floats
-> T
: (+ 1 2 NIL 3) # NaN propagates
-> NIL