<< %inf Constants %pi >>

Scilab Help >> Scilab > Variables > Constants > %nan

%nan

not-a-number

Syntax

%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 Constants %pi >>