<< %inf Predefined variables %pi >>

Scilab Help >> Scilab > Variables > Predefined variables > %nan

%nan

not-a-number

Calling Sequence

%nan

Description

%nan returns the IEEE double representation for Not-a-Number (NaN).

Example

A = %nan
B = %nan
A == B
isnan(A)
isnan(B)

See Also


Report an issue
<< %inf Predefined variables %pi >>