ilogb.3: SEE ALSO: add significand(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-03 16:59:38 +13:00
parent 0db3562749
commit 55975b54fb
1 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@
.\"
.\" Inspired by a page by Walter Harms created 2002-08-10
.\"
.TH ILOGB 3 2008-08-05 "" "Linux Programmer's Manual"
.TH ILOGB 3 2009-02-04 "" "Linux Programmer's Manual"
.SH NAME
ilogb, ilogbf, ilogbl \- get integer exponent of a floating-point value
.SH SYNOPSIS
@ -133,4 +133,5 @@ or raise an exception for this case.
C99, POSIX.1-2001.
.SH "SEE ALSO"
.BR log (3),
.BR logb (3)
.BR logb (3),
.BR significand (3)