The Fauna service will be ending on May 30, 2025.

For more information on the service wind down, see our announcement and the Fauna Service End-of-Life FAQ.

Math.Infinity

String value representing infinity.

Signature

Math.Infinity: Number

Description

Math.Infinity represents a double precision floating point number that is greater than any other number. -Math.Infinity represents a floating point number that is less than any other number.

See IEEE 754.

Return value

Type Description

String

Math.Infinity or -Math.Infinity

Examples

"1.7976931348623159e308".parseNumber()
Math.Infinity
Math.Infinity * -1.0
-Math.Infinity
\