summaryrefslogtreecommitdiffstats
path: root/man3/scalbln.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/scalbln.3')
-rw-r--r--man3/scalbln.321
1 files changed, 10 insertions, 11 deletions
diff --git a/man3/scalbln.3 b/man3/scalbln.3
index 529e1e6ce..06514562d 100644
--- a/man3/scalbln.3
+++ b/man3/scalbln.3
@@ -5,7 +5,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH scalbln 3 2023-02-05 "Linux man-pages 6.03"
+.TH scalbln 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl \-
multiply floating-point number by integral power of radix
@@ -123,19 +123,17 @@ is set to
An underflow floating-point exception
.RB ( FE_UNDERFLOW )
is raised.
-.SH VERSIONS
-These functions were added 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 scalbn (),
.BR scalbnf (),
.BR scalbnl (),
@@ -144,12 +142,13 @@ T{
.BR scalblnl ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-C99, POSIX.1-2001, POSIX.1-2008.
-.SH NOTES
+C11, POSIX.1-2008.
+.SH HISTORY
+glibc 2.1.
+C99, POSIX.1-2001.
+.SH HISTORY
These functions differ from the obsolete functions described in
.BR scalb (3)
in the type of their second argument.
@@ -158,7 +157,7 @@ of an integral type, while those in
.BR scalb (3)
have a second argument of type
.IR double .
-.PP
+.SH NOTES
If
.B FLT_RADIX
equals 2 (which is usual), then
@@ -167,7 +166,7 @@ is equivalent to
.BR ldexp (3).
.SH BUGS
Before glibc 2.20,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
these functions did not set
.I errno
for range errors.