summaryrefslogtreecommitdiffstats
path: root/man3/exp10.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/exp10.3')
-rw-r--r--man3/exp10.316
1 files changed, 7 insertions, 9 deletions
diff --git a/man3/exp10.3 b/man3/exp10.3
index 58f27ff6d..88b0ea619 100644
--- a/man3/exp10.3
+++ b/man3/exp10.3
@@ -13,7 +13,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 2022-12-15 "Linux man-pages 6.03"
+.TH exp10 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
exp10, exp10f, exp10l \- base-10 exponential function
.SH LIBRARY
@@ -47,36 +47,34 @@ when calling these functions.
.PP
For a discussion of the errors that can occur for these functions, see
.BR exp (3).
-.SH VERSIONS
-These functions first appeared in glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR exp10 (),
.BR exp10f (),
.BR exp10l ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-These functions are GNU extensions.
+GNU.
+.SH HISTORY
+glibc 2.1.
.SH BUGS
Before glibc 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
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6787
.SH SEE ALSO
.BR cbrt (3),
.BR exp (3),