Annotated edit history of
EDOM version 2 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
PerryLorier |
1 |
!!!Math argument out of domain of function |
|
|
2 |
|
|
|
3 |
This error is returned from a math function when the result of the math function is undefined for the input given. For example the function 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. Similarly, you can't take the sqrt() of a negative number. |