summaryrefslogtreecommitdiff
path: root/lib/msun/man/ieee_test.3
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
commitb5cf87e26a33fe12c8e2238149b5896b328f7fe2 (patch)
tree3849d872b4b73608feb17809d7fb4d95c0fef6e0 /lib/msun/man/ieee_test.3
parent4622ab764ab8a3550702e2699d502d3ddd177c1e (diff)
Notes
Diffstat (limited to 'lib/msun/man/ieee_test.3')
-rw-r--r--lib/msun/man/ieee_test.324
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/msun/man/ieee_test.3 b/lib/msun/man/ieee_test.3
index 44578daebba9..be27dfc52972 100644
--- a/lib/msun/man/ieee_test.3
+++ b/lib/msun/man/ieee_test.3
@@ -45,20 +45,20 @@
.Nd IEEE test functions
.Sh SYNOPSIS
.Fd #include <math.h>
-.Ft double
+.Ft double
.Fn logb "double x"
-.Ft float
+.Ft float
.Fn logbf "float x"
-.Ft double
+.Ft double
.Fn scalb "double x" "double n"
-.Ft float
+.Ft float
.Fn scalbf "float x" "float n"
.Ft double
.Fn significand "double x"
.Ft float
.Fn significandf "float x"
.Sh DESCRIPTION
-These functions allow users to test conformance to
+These functions allow users to test conformance to
.St -ieee754 .
Their use is not otherwise recommended.
.Pp
@@ -81,22 +81,22 @@ return
.Fa x Ns \(**(2** Ns Fa n )
computed by exponent manipulation.
.Pp
-.Fn significand x
+.Fn significand x
and
-.Fn significandf x
+.Fn significandf x
return
.Fa sig ,
-where
-.Fa x
-:=
+where
+.Fa x
+:=
.Fa sig No \(** 2** Ns Fa n
-with 1 \(<=
+with 1 \(<=
.Fa sig
< 2.
.Fn significand x
and
.Fn significandf x
-are not defined when
+are not defined when
.Fa x
is 0, \*(Pm\*(If, or \*(Na.
.Sh SEE ALSO