Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.See the recommended documentation of this function
not-a-number
%nan
%nan returns the IEEE double representation for Not-a-Number (NaN).
A = %nan B = %nan A == B isnan(A) isnan(B)