aboutsummaryrefslogtreecommitdiff
path: root/lib/libm_dbl/tanh.c
AgeCommit message (Collapse)Author
2018-09-04lib/libm_dbl/tanh: Make tanh more efficient and handle large numbers.Damien George
Prior to this patch tanh(large number) would return nan due to inf/inf.
2017-06-28lib: Add libm_dbl, a double-precision math library, from musl-1.1.16.Damien George