OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / exp10.3
index e7ccd48..e5378e4 100644 (file)
@@ -32,7 +32,7 @@
 .\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
 .\" Modified 2002-07-27 by Walter Harms
 .\"    (walter.harms@informatik.uni-oldenburg.de)
-.TH EXP10 3  2008-08-11  "GNU" "Linux Programmer's Manual"
+.TH EXP10 3  2014-12-31  "GNU" "Linux Programmer's Manual"
 .SH NAME
 exp10, exp10f, exp10l \- base-10 exponential function
 .SH SYNOPSIS
@@ -70,12 +70,17 @@ when calling these functions.
 
 For a discussion of the errors that can occur for these functions, see
 .BR exp (3).
-.\" FIXME . exp10 doesn't give ERANGE for an underflow, unlike exp() and exp2()
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
 .SH CONFORMING TO
 These functions are GNU extensions.
+.SH BUGS
+Prior to version 2.19, the glibc implementation of these functions did not set
+.I errno
+to
+.B ERANGE
+when an underflow error occurred.
+.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787
 .SH SEE ALSO
 .BR cbrt (3),
 .BR exp (3),
@@ -83,7 +88,7 @@ These functions are GNU extensions.
 .BR log10 (3),
 .BR sqrt (3)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,