Function: COMMON-LISP:FLOAT

package type clhs github

Converts any REAL to a float. If OTHER is not provided, it returns a SINGLE-FLOAT if NUMBER is not already a FLOAT. If OTHER is provided, the result is the same float format as OTHER.

Lambda list

(number &optional sb-kernel::other)