summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_pow.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r257770 r257818 r257823 r260066 r260067 r260089 r260145 r268587 r268588tijl2014-09-181-4/+4
* Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1.das2011-10-211-1/+4
* Use the expression (x+0.0)-(y+0.0) instead of x+y when mixing NaN arg(s).bde2008-02-141-5/+4
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-041-44/+43
* Fixed the sign of the result in some overflow and underflow cases (onesbde2004-06-011-17/+18
* 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-22/+22
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+312
OpenPOWER on IntegriCloud