Enumeration Caseswift 6.1.2Swift
quietNaN
A silent NaN (“not a number”) value.
case quietNaNA silent NaN (“not a number”) value.
case quietNaNimport Swift@frozen enum FloatingPointClassificationThe IEEE 754 floating-point classes.
case negativeInfinityA value equal to -infinity.
case negativeNormalA negative value that uses the full precision of the floating-point type.
case negativeSubnormalA negative, nonzero number that does not use the full precision of the floating-point type.
case negativeZeroA value equal to zero with a negative sign.
case positiveInfinityA value equal to +infinity.
case positiveNormalA positive value that uses the full precision of the floating-point type.
case positiveSubnormalA positive, nonzero number that does not use the full precision of the floating-point type.
case positiveZeroA value equal to zero with a positive sign.
case signalingNaNA signaling NaN (“not a number”).