freebsd-nq/lib/msun/man
David Schultz 2f90a15e14 Add trivial implementations of scalbln() and scalblnf().
These routines are specified in C99 for the sake of
architectures where an int isn't big enough to represent
the full range of floating-point exponents.  However,
even the 128-bit long double format has an exponent smaller
than 15 bits, so for all practical purposes, scalbln() and
scalblnf() are aliases for scalbn() and scalbnf(), respectively.
2004-06-20 09:25:27 +00:00
..
acos.3
acosh.3
asin.3
asinh.3
atan2.3
atan.3
atanh.3
ceil.3
cos.3
cosh.3
erf.3
exp.3
fabs.3
feclearexcept.3 Add documentation for: 2004-06-06 10:06:26 +00:00
fegetenv.3 Add documentation for: 2004-06-06 10:06:26 +00:00
fegetround.3 Add documentation for: 2004-06-06 10:06:26 +00:00
fenv.3 Add documentation for: 2004-06-06 10:06:26 +00:00
floor.3
fmod.3
hypot.3
ieee_test.3 The references to scalbn and scalbnf should be scalb and scalbf. 2004-06-12 04:40:47 +00:00
ieee.3 Add trivial implementations of scalbln() and scalblnf(). 2004-06-20 09:25:27 +00:00
j0.3
lgamma.3
math.3 Memory's free, but all the world ain't a VAX anymore. Bring math.3 2004-06-19 03:25:28 +00:00
rint.3
round.3 Add round(3) and roundf(3) and the associated documentation. 2004-06-07 08:05:36 +00:00
sin.3
sinh.3
sqrt.3
tan.3
tanh.3