summaryrefslogtreecommitdiff
path: root/src/math/erfl.c
AgeCommit message (Expand)AuthorLines
2013-10-04math: remove code duplication in erfl found by clang analyzerSzabolcs Nagy-13/+2
2013-09-05math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy-23/+14
2013-07-28add missing erfcl wrapper for archs where long double is plain doubleRich Felker-0/+4
2013-01-07math: erf and erfc cleanupSzabolcs Nagy-111/+84
2012-03-19code cleanup of named constantsnsz-29/+25
2012-03-19fix erfl wrapper for long double==double casensz-1/+1
2012-03-13first commit of the new libm!Rich Felker-0/+390