Function: COMMON-LISP:DECODE-FLOAT

package type clhs github

Return three values:

  1. a floating-point number representing the significand. This is always between 0.5 (inclusive) and 1.0 (exclusive).
  2. an integer representing the exponent.
  3. -1.0 or 1.0 (i.e. the sign of the argument.)

Lambda list

(sb-kernel::f)