Expression functionsValidationmath.IsNaNOn this pagemath.IsNaNCheck if value is Not-a-Number math.IsNaN(x: float64) -> bool Arguments NameTypexfloat64 Example {{ math.IsNaN(0/0) }} Returns true.