next up previous

12.1.1 Testing For Numbers

The numberp function returns the symbol TRUE if its argument is a float or integer, otherwise it returns the symbol FALSE.

Syntax

(numberp <expression>)


next up previous