1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

The references to scalbn and scalbnf should be scalb and scalbf.

(The former are actually useful, and ieee_test(3) only documents
functions that aren't.)  Add a sentence describing the domain of
scalb() and scalbf().
This commit is contained in:
David Schultz 2004-06-12 04:40:47 +00:00
parent 76ff08d072
commit 9772caa388
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130371

View File

@ -76,12 +76,15 @@ a signed integer converted to double\-precision floating\-point.
.Fn logb 0
= -\*(If with a division by zero exception.
.Pp
.Fn scalbn x n
.Fn scalb x n
and
.Fn scalbnf x n
.Fn scalbf x n
return
.Fa x Ns \(**(2** Ns Fa n )
computed by exponent manipulation.
If
.Fa n
is not an integer, \*(Pm\*(If, or an \*(Na, the result is unspecified.
.Pp
.Fn significand x
and