INFINITY()
All functions > MATH > INFINITY()
Returns the floating-point representation of positive infinity.
Signatures
Positive infinity
Returns: Positive infinity
INFINITY() → DOUBLE sql
| Parameter | Type | Required | Description |
|---|
Signature notes:
- Greater than any finite number
INFINITY() + x = INFINITY()for any finite x
Examples
FeatureQL
SELECT
f1 := IS_INFINITE(INFINITY()) -- Positive infinity is infinite
;Result
| f1 BOOLEAN |
|---|
| true |
On this page