Constants
Float constants.
nan
epsilon
Represents the difference between 1 and the smallest floating point number greater than 1.
See
Number.EPSILON
on MDN.
Examples
RESCRIPTFloat.Constants.epsilon
positiveInfinity
The positive Infinity value
See
Number.POSITIVE_INFINITY
on MDN.
Examples
RESCRIPTFloat.Constants.positiveInfinity
negativeInfinity
The negative Infinity value
See
Number.NEGATIVE_INFINITY
on MDN.
Examples
RESCRIPTFloat.Constants.negativeInfinity