Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
EDOM
Edit
PageHistory
Diff
Info
LikePages
!!!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 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.
4 pages link to
EDOM
:
ENOMEM
ERANGE
log(3)
sqrt(3)