summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_hypot.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary initializations.das2011-10-151-1/+1
* Alias hypotl() and cabsl() for platforms where long double is the samedas2008-03-301-0/+6
* Use fabs[f]() instead of bit fiddling for setting absolute values.bde2008-03-301-2/+2
* Use the expression fabs(x+0.0)-fabs(y+0.0) instead ofbde2008-03-301-1/+1
* Use the expression fabs(x+0.0)+fabs(y+0.0) instad of a+b (where a isbde2008-02-141-4/+4
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-041-14/+15
* 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-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use __ieee754_sqrt() instead of sqrt() internally. Similarly for thebde1997-03-091-3/+3
* 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-12/+12
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+128
OpenPOWER on IntegriCloud