Skip to content

isnan

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

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

Parameters

  • value

    (FloatValue) - The float value to check.

Returns

  • Expression - An Expression that evaluates to true if value is NaN.