Penguin
Annotated edit history of ERANGE version 2, including all changes. View license author blame.
Rev Author # Line
1 JohnMcPherson 1 !! Math result not representable
2
2 JohnMcPherson 3 You called a math function and the result is not defined. for example, the log of 0 is not defined. Or, the result is too large/small to be represented on your machine.
1 JohnMcPherson 4
2 JohnMcPherson 5 This error number is also returned for example in gethostbyname_r (the re-entrant version of gethostbyname(3)) if the buffer given to the function is too small to store "auxiliary data".
1 JohnMcPherson 6
7 Compare with [EDOM]