summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_cbrt.c
Commit message (Expand)AuthorAgeFilesLines
* libm: Include float.h to get LDBL_MANT_DIGJustin Hibbits2018-12-281-0/+1
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-1/+1
* Implement the long double version for the cube root function, cbrtl.Steve Kargl2011-03-121-0/+4
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* s/rcsid/__FBSDID/David Schultz2008-02-221-3/+2
* Extract the high and low words together. With gcc-3.4 on uniformlyBruce Evans2005-12-201-8/+6
* Use a minimax polynomial approximation instead of a Pade rationalBruce Evans2005-12-191-26/+21
* Fixed code to match comments and the algorithm:Bruce Evans2005-12-181-11/+26
* Added comments about the apparently-magic rational function used inBruce Evans2005-12-151-1/+15
* Optimize by not doing excessive conversions for handling the sign bit.Bruce Evans2005-12-131-7/+5
* Fixed some especially horrible style bugs (indentation that is neitherBruce Evans2005-12-131-6/+7
* Added comments about the magic behindBruce Evans2005-12-111-10/+22
* Fix formatting, this is hard to explain, so I'll show one example.Alfred Perlstein2002-05-281-1/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-13/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+93