Penguin
Note: You are viewing an old revision of this page. View the current version.

Math argument out of domain of function

This error is returned from a math function when the result of the math function is undefined for the input given. For example log(x) is undefined when x is less than 0. If you try and take the log(x) of a negative number you will instead get an EDOM error.