Skip to content

isnan

relationalai.semantics.std.math
isnan(value: FloatValue) -> Expression

Check if a float value is NaN (Not a Number).

  • value

    (FloatValue) - The float value to check.
  • Expression - An Expression that evaluates to true if value is NaN.