Instance Property
isNormal
A Boolean value indicating whether this instance is normal.
Declaration
Discussion
A normal value is a finite number that uses the full precision available to values of a type. Zero is neither a normal nor a subnormal number.
See Also
Querying a Double's State
var isZero: Bool
A Boolean value indicating whether the instance is equal to zero.
var isNaN: Bool
A Boolean value indicating whether the instance is NaN (“not a number”).
var isCanonical: Bool
A Boolean value indicating whether the instance’s representation is in the canonical form.