aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_ctanh.c
Commit message (Expand)AuthorAgeFilesLines
* lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl2024-01-281-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Partially revert ac76bc1145dd because it is no longer necessaryDimitry Andric2021-11-051-1/+1
* msun: ctanh/ctanhf: Import fix from musl libcAlex Richardson2021-02-151-3/+5
* Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10Dimitry Andric2021-02-091-1/+1
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-171-2/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* - Change comments to be more consistent with s_ccosh.c and s_csinh.c.Tijl Coosemans2015-06-151-17/+18
* Rename cpack*() to CMPLX*().Ed Schouten2014-12-161-7/+7
* Fix a corner case: tan(large + Inf i) == NaN + NaN i.David Schultz2011-10-211-0/+7
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz2011-10-171-0/+137