math.isNaN() function
The math.isNaN()
function reports whether f
is an IEEE 754 “not-a-number” value.
Output data type: Boolean
import "math"
math.isNaN(f: 12.345)
// Returns false
Parameters
f
The value used in the evaluation.
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, the following resources are available:
InfluxDB Cloud customers can contact InfluxData Support.