summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_cabs.c
Commit message (Collapse)AuthorAgeFilesLines
* Alias hypotl() and cabsl() for platforms where long double is the samedas2008-03-301-2/+6
| | | | as double.
* s/rcsid/__FBSDID/das2008-02-221-4/+2
|
* Remove z_abs(). The z_*() functions were in libf77, and for some reasondas2007-12-181-7/+0
| | | | | | | | someone thought it would be a good idea to copy z_abs() to libm in 1994. However, it's never been declared or documented anywhere, and I'm reasonably confident that nobody uses it. Discussed with: bde, deischen, kan
* Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyru2001-06-131-9/+10
| | | | | | | | to fix the "-nostdinc WARNS=X" breakage caused by broken prototypes for cabs() and cabsl() in <math.h>. Reimplemented cabs() and cabsl() using new complex numbers types and moved prototypes from <math.h> to <complex.h>.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Add missing z_abs. In BSD tradition this is in libm.a.ljo1994-11-111-0/+7
|
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+20
-- Begin comments from J.T. Conklin: The most significant improvement is the addition of "float" versions of the math functions that take float arguments, return floats, and do all operations in floating point. This doesn't help (performance) much on the i386, but they are still nice to have. The float versions were orginally done by Cygnus' Ian Taylor when fdlibm was integrated into the libm we support for embedded systems. I gave Ian a copy of my libm as a starting point since I had already fixed a lot of bugs & problems in Sun's original code. After he was done, I cleaned it up a bit and integrated the changes back into my libm. -- End comments Reviewed by: jkh Submitted by: jtc
OpenPOWER on IntegriCloud