Lingo Dictionary > L-N > NAN

 

NAN

Description

Lingo return value; indicates that a specified Lingo expression is not a number.

This statement attempts to display the square root of -1, which is not a number, in the Message window:

put (-1).sqrt
-- NAN

See also

INF