Contents

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.

See Also

Math Errors