Penguin

Differences between current version and previous revision of ERANGE.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, November 5, 2003 10:50:45 am by JohnMcPherson
Older page: version 1 Last edited on Thursday, October 9, 2003 9:51:05 pm by JohnMcPherson Revert
@@ -1,6 +1,7 @@
 !! Math result not representable 
  
+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.  
  
-This error number is 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". 
+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". 
  
 Compare with [EDOM]