nan() Function

Function

nan()

Constant number representing Not A Number, generally used for comparison to the result of mathematical operations with invalid inputs. This is equivalent to a decimal (floating point) null, but nan() is provided for more explicit usage in mathematical expressions.

Returns

Decimal

Examples

nan(100) returns null

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK