aboutsummaryrefslogtreecommitdiff
path: root/math/exp.c
AgeCommit message (Expand)Author
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
2021-02-17Update copyright yearsSzabolcs Nagy
2019-08-28math: add long double symbols when long double is same as doubleSzabolcs Nagy
2018-12-07More consistent excess precision handlingSzabolcs Nagy
2018-11-22Relicence the project under the MIT LicenseSzabolcs Nagy
2018-07-04More detailed documentation commentsSzabolcs Nagy
2018-06-29Add documentation comments to internal functionsSzabolcs Nagy
2018-06-29Fix GNU style issuesSzabolcs Nagy
2018-06-15Fix spurious underflow in exp without fmaSzabolcs Nagy
2018-06-13Fix floating-point exceptions with clangSzabolcs Nagy
2018-06-12Add _finite symbol aliases for better glibc compatibilitySzabolcs Nagy
2018-06-04Add new exp and exp2 implementationsSzabolcs Nagy