summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_cabsl.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@
* Finalize work on complex math routines, now that we have themartynas2011-07-081-0/+26
extended-precision support. Mostly from Cephes.