Skip to content

isinf

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

Check if a float value is infinite.

  • value

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