Import |
|
---|
Cases
A signaling NaN ("not a number").
A signaling NaN sets the floating-point exception status when used in many floating-point operations.
Declaration
A silent NaN ("not a number") value.
Declaration
A value equal to -infinity
.
Declaration
A negative value that uses the full precision of the floating-point type.
See Also: FloatingPoint.isNormal
Declaration
A negative, nonzero number that does not use the full precision of the floating-point type.
See Also: FloatingPoint.isSubnormal
Declaration
A value equal to zero with a negative sign.
Declaration
A value equal to zero with a positive sign.
Declaration
A positive, nonzero number that does not use the full precision of the floating-point type.
See Also: FloatingPoint.isSubnormal
Declaration
A positive value that uses the full precision of the floating-point type.
See Also: FloatingPoint.isNormal
Declaration
A value equal to +infinity
.
The IEEE 754 floating-point classes.