Penguin
Annotated edit history of ERANGE version 2 showing authors affecting page license. View with all changes included.
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
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".
6
7 Compare with [EDOM]