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)