diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-10-15 13:34:43 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-10-15 13:34:43 +0000 |
| commit | 211feb61759db842ef50231d55f34034aab9c6ef (patch) | |
| tree | c1e11b4429f2e5f3a21ef295141f8b577a0f96e7 | |
| parent | 235a25a6d6e188da1dde9d85af83d18927d747b4 (diff) | |
Notes
| -rw-r--r-- | lib/msun/man/ieee.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3 index 7f9c1e5ed9d3..adb55e89623e 100644 --- a/lib/msun/man/ieee.3 +++ b/lib/msun/man/ieee.3 @@ -102,14 +102,13 @@ zero is returned .Pf \\*(Ba Ns Fa x Ns \\*(Ba = \*(If or .Fa x -is \*(Na +is \*(Na). .Pp .Fn ilogb and .Fn ilogbf return -.Fa x Ns 's exponent -.Fa n , +.Fa x Ns 's exponent, in integer format. .Fn ilogb \*(Pm\*(If returns |
