about summary refs log tree commit diff
path: root/src/math/sinhf.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix sinh overflows in non-nearest roundingSzabolcs Nagy2020-02-211-1/+1
* math: sinh.c cleanup similar to the cosh oneSzabolcs Nagy2012-12-161-46/+20
* code cleanup of named constantsnsz2012-03-191-4/+4
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-1/+1
* first commit of the new libm!Rich Felker2012-03-131-0/+57