1.2 KiB
1.2 KiB
title | description | menu | weight | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
math.NaN() function | `math.NaN()` returns a IEEE 754 "not-a-number" value. |
|
101 |
math.NaN()
returns a IEEE 754 "not-a-number" value.
Function type signature
() => float
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
Examples
Return a NaN value
import "math"
math.NaN()