summaryrefslogtreecommitdiffstats
path: root/lib/msun/man
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-10-11 18:13:52 +0000
committerstefanf <stefanf@FreeBSD.org>2004-10-11 18:13:52 +0000
commit51987254305aab9b726118e2a058c238b9c6dd49 (patch)
tree17016226a9cd45d1398b8da3fbaf65dea849571b /lib/msun/man
parent8e1f60d9945544308c479072f444fe49cde94f65 (diff)
downloadFreeBSD-src-51987254305aab9b726118e2a058c238b9c6dd49.zip
FreeBSD-src-51987254305aab9b726118e2a058c238b9c6dd49.tar.gz
Add and document ilogbl(), a long double version of ilogb().
Diffstat (limited to 'lib/msun/man')
-rw-r--r--lib/msun/man/ieee.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3
index 73a39f6..527bdbc 100644
--- a/lib/msun/man/ieee.3
+++ b/lib/msun/man/ieee.3
@@ -43,6 +43,7 @@
.Nm finitef ,
.Nm ilogb ,
.Nm ilogbf ,
+.Nm ilogbl ,
.Nm nextafter ,
.Nm nextafterf ,
.Nm remainder ,
@@ -70,6 +71,8 @@
.Fn ilogb "double x"
.Ft int
.Fn ilogbf "float x"
+.Ft int
+.Fn ilogbl "long double x"
.Ft double
.Fn nextafter "double x" "double y"
.Ft float
@@ -116,9 +119,10 @@ zero is returned
.Fa x
is \*(Na).
.Pp
-.Fn ilogb
-and
+.Fn ilogb ,
.Fn ilogbf
+and
+.Fn ilogbl
return
.Fa x Ns 's exponent,
in integer format.
OpenPOWER on IntegriCloud