summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-01 18:20:57 +0000
committerru <ru@FreeBSD.org>2004-07-01 18:20:57 +0000
commit615a6a246a8cac15992a2778449e45acc555bf7b (patch)
treec5510a76f4aded01fda316306d5ed0fe393cbed6 /lib/msun
parenta0dce18ba8ce9e5ffe9cdb7f9682f4cd1d408977 (diff)
downloadFreeBSD-src-615a6a246a8cac15992a2778449e45acc555bf7b.zip
FreeBSD-src-615a6a246a8cac15992a2778449e45acc555bf7b.tar.gz
Markup, grammar, punctuation.
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/fabs.38
-rw-r--r--lib/msun/man/hypot.310
-rw-r--r--lib/msun/man/ieee.32
3 files changed, 10 insertions, 10 deletions
diff --git a/lib/msun/man/fabs.3 b/lib/msun/man/fabs.3
index 4b8cb08..9d93484 100644
--- a/lib/msun/man/fabs.3
+++ b/lib/msun/man/fabs.3
@@ -54,18 +54,16 @@
.Sh DESCRIPTION
The
.Fn fabs ,
-the
.Fn fabsf
-and the
+and
.Fn fabsl
functions compute the absolute value of a floating-point number
.Fa x .
.Sh RETURN VALUES
The
.Fn fabs ,
-the
.Fn fabsf
-and the
+and
.Fn fabsl
functions return the absolute value of
.Fa x .
@@ -83,7 +81,7 @@ function conforms to
.St -isoC .
The
.Fn fabsf
-and the
+and
.Fn fabsl
functions conform to
.St -isoC-99 .
diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3
index b866940..3124578 100644
--- a/lib/msun/man/hypot.3
+++ b/lib/msun/man/hypot.3
@@ -69,13 +69,13 @@ The
and
.Fn cabsf
functions compute the complex absolute value of
-.Ar z .
+.Fa z .
.Pp
.Fn hypot "\*(If" "v"
=
.Fn hypot "v" "\*(If"
= +\*(If for all
-.Ar v ,
+.Fa v ,
including \*(Na.
.Sh ERROR (due to Roundoff, etc.)
Below 0.97
@@ -98,7 +98,7 @@ and
.Fn hypot "\*(Na" "v"
are \*(Na for all
.Em finite
-.Ar v ;
+.Fa v ;
with "reserved operand" in place of "\*(Na", the
same is true on a
.Tn VAX .
@@ -113,12 +113,12 @@ This is intentional; it happens because
= +\*(If
for
.Em all
-.Ar v ,
+.Fa v ,
finite or infinite.
Hence
.Fn hypot "\*(If" "v"
is independent of
-.Ar v .
+.Fa v .
Unlike the reserved operand fault on a
.Tn VAX ,
the
diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3
index 9cd9e94..7b9f0ac 100644
--- a/lib/msun/man/ieee.3
+++ b/lib/msun/man/ieee.3
@@ -90,10 +90,12 @@
These functions are required or recommended by
.St -ieee754 .
.Pp
+The
.Fn copysign ,
.Fn copysignf
and
.Fn copysignl
+functions
return
.Fa x
with its sign changed to
OpenPOWER on IntegriCloud