docs-v2/content/v2.0/reference/flux/functions/math/nan.md

20 lines
310 B
Markdown

---
title: math.NaN() function
description: The math.NaN() function returns an IEEE 754 “not-a-number” value.
menu:
v2_0_ref:
name: math.NaN
parent: Math
weight: 301
---
The `math.NaN()` function returns an IEEE 754 “not-a-number” value.
```js
import "math"
math.NaN()
// Returns NaN
```