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

364 B

title description aliases menu weight
math.NaN() function The math.NaN() function returns an IEEE 754 “not-a-number” value.
/v2.0/reference/flux/functions/math/nan/
v2_0_ref
name parent
math.NaN Math
301

The math.NaN() function returns an IEEE 754 “not-a-number” value.

import "math"

math.NaN()

// Returns NaN