summaryrefslogtreecommitdiffstats
path: root/man3/sincos.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sincos.3')
-rw-r--r--man3/sincos.314
1 files changed, 6 insertions, 8 deletions
diff --git a/man3/sincos.3 b/man3/sincos.3
index 9c694b597..79b920db0 100644
--- a/man3/sincos.3
+++ b/man3/sincos.3
@@ -5,7 +5,7 @@
.\"
.\" SPDX-License-Identifier: GPL-1.0-or-later
.\"
-.TH sincos 3 2023-01-07 "Linux man-pages 6.03"
+.TH sincos 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
sincos, sincosf, sincosl \- calculate sin and cos simultaneously
.SH LIBRARY
@@ -67,29 +67,27 @@ is set to
An invalid floating-point exception
.RB ( FE_INVALID )
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 sincos (),
.BR sincosf (),
.BR sincosl ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-These functions are GNU extensions.
+GNU.
+.SH HISTORY
+glibc 2.1.
.SH NOTES
To see the performance advantage of
.BR sincos (),