INFINITY

All functions > MATH > INFINITY

Returns the floating-point representation of positive infinity.

Signatures

Returns: Positive infinity

INFINITY() → DOUBLE
sql
ParameterTypeRequiredDescription

Notes

  • Represents positive infinity in floating-point arithmetic
  • Used in mathematical calculations involving limits
  • Greater than any finite number
  • Infinity + any finite number = Infinity
  • Infinity / finite number = Infinity

Examples

FeatureQL
SELECT
    f1 := IS_INFINITE(INFINITY())  -- Positive infinity is infinite
;
Result
f1 BOOLEAN
True

Last update at: 2026/03/03 16:47:38
Last updated: 2026-03-03 16:48:19