[[esql-is_nan]] === `IS_NAN` Returns a boolean that indicates whether its input is not a number. [source,esql] ---- ROW d = 1.0 | EVAL s = IS_NAN(d) ----