summaryrefslogtreecommitdiff
path: root/src/math/sinhf.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-21math: fix sinh overflows in non-nearest roundingSzabolcs Nagy1-1/+1
2012-12-16math: sinh.c cleanup similar to the cosh oneSzabolcs Nagy1-46/+20
2012-03-19code cleanup of named constantsnsz1-4/+4
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz1-1/+1
2012-03-13first commit of the new libm!Rich Felker1-0/+57