The least positive number.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
static var leastNonzeroMagnitude: Double { get }
Discussion
This value compares less than or equal to all positive numbers, but greater than zero. If the type supports subnormal values, least
is smaller than least
; otherwise they are equal.