outOfRange
Numerical result out of range.
static var outOfRange: Errno { get }
A numerical result of the function was too large to fit in the available space; for example, because it exceeded a floating point number’s level of precision.
The corresponding C error is ERANGE
.