Member of the constants class.
c = nan
Indicates that a value is not-a-number, or NaN. The IEEE standard for floating-point arithmetic defines NaN as the result of nonsensical operations.
Examples
a = sin(inf)