summaryrefslogtreecommitdiff
path: root/lib/msun
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-10-09 19:12:44 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-10-09 19:12:44 +0000
commit3d265fce43746c293ae826e9603adbfe09f93cf6 (patch)
tree595842fb2fed2701f1313532154050161a314090 /lib/msun
parenteb88fed44616747f930b74c42259511823811fe1 (diff)
downloadsrc-test2-3d265fce43746c293ae826e9603adbfe09f93cf6.tar.gz
src-test2-3d265fce43746c293ae826e9603adbfe09f93cf6.zip
Notes
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/sincos.320
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/msun/man/sincos.3 b/lib/msun/man/sincos.3
index 9c42a9605710..7d44bea931b1 100644
--- a/lib/msun/man/sincos.3
+++ b/lib/msun/man/sincos.3
@@ -50,33 +50,33 @@ and
functions compute the sine and cosine of
.Fa x .
Using these functions allows argument reduction to occur only
-once instead of twice with individual invocations of
+once instead of twice with individual invocations of
.Fn sin
-and
+and
.Fn cos .
-Like
+Like
.Fn sin
-and
+and
.Fn cos ,
a large magnitude argument may yield a result with little
or no significance.
.Sh RETURN VALUES
-Upon returning from
+Upon returning from
.Fn sincos ,
.Fn sincosf ,
and
.Fn sincosl ,
-the memory pointed to by
-.Ar "*s"
+the memory pointed to by
+.Ar "*s"
and
-.Ar "*c"
+.Ar "*c"
are assigned the values of sine and cosine, respectively.
.Sh SEE ALSO
.Xr cos 3 ,
.Xr sin 3 ,
.Sh HISTORY
-These functions were added to
+These functions were added to
.Fx 9.0
-to aid in writing various complex function contained in
+to aid in writing various complex function contained in
.St -isoC-99 .