errors.fyi community error code reference
Math--DomainError
ruby

Math::DomainError

Raised by methods in the Math module when the argument is outside the domain of the function (e.g. Math.sqrt(-1) or Math.asin(2)).

References

โ† all namespaces for Math--DomainError