Number.NEGATIVE_INFINITY

A value that is less than the largest negative number that can be represented by Number, -Infinity.

Syntax

NEGATIVE_INFINITY

Examples

Number.NEGATIVE_INFINITY
-Infinity

See also