]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Added ERANGE error
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 21 Jun 2005 16:03:30 +0000 (16:03 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 21 Jun 2005 16:03:30 +0000 (16:03 +0000)
man3/log2.3

index 035b6c8f8a6dd23cbabd74bd3c2ef701b2381861..efd7e099aebc91acf9a6ef23061fdb8311f767a9 100644 (file)
@@ -51,6 +51,10 @@ The \fBlog2()\fP function can return the following error:
 .TP
 .B EDOM
 The argument \fIx\fP is negative.
+.TP
+.B ERANGE
+The argument \fIx\fP is zero.  The log of zero is not defined
+(minus infinity).
 .SH "CONFORMING TO"
 SVID 3, POSIX, BSD 4.3, ISO 9899.
 The float and the long double variants are C99 requirements.