Differences between version 2 and revision by previous author of EDOM.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, November 5, 2003 10:51:24 am | by JohnMcPherson | Revert |
Older page: | version 1 | Last edited on Monday, August 18, 2003 7:19:31 pm | by PerryLorier | Revert |
@@ -1,3 +1,3 @@
!!!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 .
If you try and take the log(x) of a negative number you will instead get an EDOM error.
+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 . 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
.