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