Comment 0 for bug 159865

Revision history for this message
Michael D. Adams (mdmkolbe) wrote : Expt fails on floats

The "expt" function doesn't work with floating point exponents even though the R6RS report shows an example of it being used on floats.

> (expt 2.0 3.0)
Unhandled exception
 Condition components:
   1. &error
   2. &who: expt
   3. &message: "not a number"
   4. &irritants: (3.0)