freebsd-dev/lib/msun/man
Steve Kargl dfe5233b59 Implement the long double version for the cube root function, cbrtl.
The algorithm uses Newton's iterations with a crude estimate of the
cube root to converge to a result.

Reviewed by:	bde
Approved by:	das
2011-03-12 16:50:39 +00:00
..
acos.3 Add implementations of acosl(), asinl(), atanl(), atan2l(), 2008-07-31 22:41:26 +00:00
acosh.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
asin.3 Add implementations of acosl(), asinl(), atanl(), atan2l(), 2008-07-31 22:41:26 +00:00
asinh.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
atan2.3 mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts 2010-06-09 07:31:32 +00:00
atan.3 Add implementations of acosl(), asinl(), atanl(), atan2l(), 2008-07-31 22:41:26 +00:00
atanh.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
ceil.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
cexp.3 Add cexp() and cexpf(). 2011-03-07 03:09:24 +00:00
cimag.3 Fix several typos in macros or macro misusage. 2010-03-12 10:01:06 +00:00
complex.3 Add cexp() to the complex(3) manpage. Thanks to bde for pointing out 2011-03-07 08:54:20 +00:00
copysign.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
cos.3 Fix a typo in the cosl() prototype. 2008-06-28 01:43:24 +00:00
cosh.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
csqrt.3 Implement csqrtl(). 2008-03-30 20:07:15 +00:00
erf.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
exp.3 Introduce a new log(3) manpage and move the relevant functions there. 2008-01-18 21:43:00 +00:00
fabs.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
fdim.3 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
feclearexcept.3
feenableexcept.3
fegetenv.3
fegetround.3
fenv.3 mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the 2010-05-13 12:07:55 +00:00
floor.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
fma.3
fmax.3
fmod.3 Implement fmodl. 2008-06-19 22:39:53 +00:00
hypot.3 mdoc: move remaining sections into consistent order 2010-05-13 12:08:11 +00:00
ieee_test.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
ieee.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
ilogb.3 Add logbl(3) to libm. 2007-12-17 03:53:38 +00:00
j0.3 Document return values better. 2008-02-18 19:02:49 +00:00
lgamma.3 Add tgammaf() as a simple wrapper around tgamma(). 2008-02-18 17:27:11 +00:00
log.3 Add log2() and log2f(). 2010-12-05 22:11:22 +00:00
lrint.3 Implement rintl(), nearbyintl(), lrintl(), and llrintl(). 2008-01-14 02:12:07 +00:00
lround.3
math.3 Implement the long double version for the cube root function, cbrtl. 2011-03-12 16:50:39 +00:00
nan.3 Implement and document nan(), nanf(), and nanl(). This commit 2007-12-16 21:19:28 +00:00
nextafter.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
remainder.3 mdoc: spell macros correctly, there's no need for the backslash escape 2010-06-02 10:20:38 +00:00
rint.3 Implement rintl(), nearbyintl(), lrintl(), and llrintl(). 2008-01-14 02:12:07 +00:00
round.3
scalbn.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
signbit.3
sin.3 Documentation for sinl(), cosl(), and tanl(). 2008-02-17 07:32:44 +00:00
sinh.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
sqrt.3 Implement the long double version for the cube root function, cbrtl. 2011-03-12 16:50:39 +00:00
tan.3 Documentation for sinl(), cosl(), and tanl(). 2008-02-17 07:32:44 +00:00
tanh.3 Remove California Regent's clause 3, per letter 2007-01-09 01:02:06 +00:00
trunc.3