• Scieneer Common Lisp 1.3.9 online documentation

    float number &optional other[Function]

    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.

  •