<-Back

Function: Safe-Float

SAFE-FLOAT double-float number

Coerces number to a double-precision floating-point number if possible. If this is not possible, returns 0.0d0 (i.e. zero in the form of a double-precision floating-point number).

arguments:
number Number

<-Back