summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_powf.c
Commit message (Expand)AuthorAgeFilesLines
* Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1.das2011-10-211-1/+4
* Fix the hi+lo decomposition for 2/(3ln2). The decomposition needs tobde2008-02-141-2/+2
* Use the expression (x+0.0)-(y+0.0) instead of x+y when mixing NaN arg(s).bde2008-02-141-5/+4
* Merged from double precision case (e_pow.c 1.10: sign fixes).bde2004-06-011-13/+14
* Fixed another precision bug in powf(). This one is in the computationbde2004-06-011-1/+1
* Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */.bde2004-06-011-1/+2
* e_pow.c:bde2002-06-171-1/+1
* 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-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use __ieee754_sqrt() instead of sqrt() internally. Similarly for thebde1997-03-091-2/+2
* 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-13/+13
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+253
OpenPOWER on IntegriCloud