RosettaCodeData/Task/Extreme-floating-point-values/PicoLisp/extreme-floating-point-values.l
2023-07-01 13:44:08 -04:00

7 lines
113 B
Common Lisp

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