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

369 B

title description menu weight
math.isNaN() function The math.isNaN() function functionDescription
v2_0_ref
name parent
math.isNaN Math
301

The math.isNaN() function functionDescription

import "math"

math.isNaN( EXAMPLE )

Parameters

x

The value used in the operation.

Data type: Float

Special cases