summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_casinl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-1/+2
| | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@
* Fix wrong answer if the imaginary part is zero.shadchin2015-12-181-1/+3
| | | | | | NetBSD also turn off this piece of code. ok tb@
* - Make constants const.martynas2011-07-201-4/+4
| | | | | | - Fix aliasing issue in s_frexpf.c; spotted by gcc. Many other ones were fixed in NetBSD long ago, but this one was forgotten. It looks like recently they fixed it too.
* For intermediate computations use single or extended counterpartsmartynas2011-07-201-4/+4
| | | | where appropriate, to avoid precision loss.
* Finalize work on complex math routines, now that we have themartynas2011-07-081-0/+130
extended-precision support. Mostly from Cephes.