Name
isdouble — returns true is argument is a double
Synopsis
isdouble
(
|
arg
anything
) ; |
Description
isdouble returns one if its argument is of type double precision float, zero otherwise.
isdouble(0.0) -> 1 (Decimal literals are by default converted to double precision numbers)