summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_cbrtf.c
Commit message (Expand)AuthorAgeFilesLines
* s/rcsid/__FBSDID/das2008-02-221-3/+2
* Merge the relevant part of rev.1.14 of s_cbrt.c (a micro-optimizationbde2007-05-291-3/+3
* Oops, on amd64 (and probably on all non-i386 systems), the previousbde2006-01-051-6/+11
* Use double precision internally to optimize cbrtf(), and change thebde2006-01-051-28/+13
* Use a minimax polynomial approximation instead of a Pade rationalbde2005-12-191-11/+9
* Fixed code to match comments and the algorithm:bde2005-12-181-9/+16
* Optimize by not doing excessive conversions for handling the sign bit.bde2005-12-131-8/+4
* Fixed some especially horrible style bugs (indentation that is neitherbde2005-12-131-6/+7
* Added comments about the magic behindbde2005-12-111-4/+3
* Fixed the unexpectedly large maximum error after the previous commit.bde2005-12-111-2/+2
* Fixed all 502518670 errors of more than 1 ulp for cbrtf() on amd64.bde2005-12-111-1/+13
* Fix formatting, this is hard to explain, so I'll show one example.alfred2002-05-281-1/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-13/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+83
OpenPOWER on IntegriCloud