enum FloatingPointClassification
Import | import Swift |
---|
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 negative value that uses the full precision of the floating-point type.
Declaration
A negative, nonzero number that does not use the full precision of the floating-point type.
Declaration
A positive, nonzero number that does not use the full precision of the floating-point type.
Declaration
A positive value that uses the full precision of the floating-point type.
Declaration
The IEEE 754 floating-point classes.