summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_cbrtf.c
Commit message (Expand)AuthorAgeFilesLines
* s/rcsid/__FBSDID/David Schultz2008-02-221-3/+2
* Merge the relevant part of rev.1.14 of s_cbrt.c (a micro-optimizationBruce Evans2007-05-291-3/+3
* Oops, on amd64 (and probably on all non-i386 systems), the previousBruce Evans2006-01-051-6/+11
* Use double precision internally to optimize cbrtf(), and change theBruce Evans2006-01-051-28/+13
* Use a minimax polynomial approximation instead of a Pade rationalBruce Evans2005-12-191-11/+9
* Fixed code to match comments and the algorithm:Bruce Evans2005-12-181-9/+16
* Optimize by not doing excessive conversions for handling the sign bit.Bruce Evans2005-12-131-8/+4
* Fixed some especially horrible style bugs (indentation that is neitherBruce Evans2005-12-131-6/+7
* Added comments about the magic behindBruce Evans2005-12-111-4/+3
* Fixed the unexpectedly large maximum error after the previous commit.Bruce Evans2005-12-111-2/+2
* Fixed all 502518670 errors of more than 1 ulp for cbrtf() on amd64.Bruce Evans2005-12-111-1/+13
* 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-8/+8
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+83