Bug #2000435 “(expt 2.0 1024) triggers FLOATING-POINT-OVERFLOW o…” : Bugs : SBCL
I came across this behavior while investigating a bug in the Maxima Computer Algebra System. When first evaluating (expt 2.0 1024), a FLOATING-
This is SBCL 2.2.11 […]
* (expt 2.0 1024)
debugger invoked on a FLOATING-
#<THREAD “main thread” RUNNING {1001080003}>:
arithmetic error FLOATING-
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-
0: [ABORT] Exit debugger, returning to top level.
(“bogus stack frame”)
0] 0
* (expt 2.0 1024)
#.SINGLE-
Read more here: Source link