negativeInfinity top-level constant

String const negativeInfinity

Constant string value of double.negativeInfinity.toString() and the negative infinity value recognized by double.parse(..).

Implementation

const negativeInfinity = '-Infinity';