summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_cabsf.c
Commit message (Collapse)AuthorAgeFilesLines
* Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyru2001-06-131-8/+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
|
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+21
-- 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