outOfDomain
Numerical argument out of domain.
Declaration
static var outOfDomain: Errno { get }Mentioned in
Discussion
A numerical input argument was outside the defined domain of the mathematical function.
The corresponding C error is EDOM.
Numerical argument out of domain.
static var outOfDomain: Errno { get }A numerical input argument was outside the defined domain of the mathematical function.
The corresponding C error is EDOM.