aboutsummaryrefslogtreecommitdiff
path: root/math/pow.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
2020-01-09math: fix spurious overflow in pow with clangSzabolcs 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-09-18Fix the documentation comment of checkintSzabolcs Nagy
2018-07-10Fix the documentation comments for log_inline in powSzabolcs Nagy
2018-07-04More detailed documentation commentsSzabolcs Nagy
2018-07-03Fix large ulp error in pow without fma very near 1.0Szabolcs Nagy
2018-06-29Add documentation comments to internal functionsSzabolcs Nagy
2018-06-29Fix GNU style issuesSzabolcs Nagy
2018-06-25Fix pow error boundSzabolcs Nagy
2018-06-22Fix gnu code style in pow.cSzabolcs Nagy
2018-06-22Improve pow implementationSzabolcs Nagy
2018-06-20Fix the type of sign_bias in powSzabolcs Nagy
2018-06-20Fix the sign of 0 in pow even with !WANT_ROUNDINGSzabolcs 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-11Add new pow implementationSzabolcs Nagy