about summary refs log tree commit diff
path: root/src/math/erfl.c
Commit message (Expand)AuthorAgeFilesLines
* math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy2015-03-111-0/+10
* math: remove code duplication in erfl found by clang analyzerSzabolcs Nagy2013-10-041-13/+2
* math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy2013-09-051-23/+14
* add missing erfcl wrapper for archs where long double is plain doubleRich Felker2013-07-281-0/+4
* math: erf and erfc cleanupSzabolcs Nagy2013-01-071-111/+84
* code cleanup of named constantsnsz2012-03-191-29/+25
* fix erfl wrapper for long double==double casensz2012-03-191-1/+1
* first commit of the new libm!Rich Felker2012-03-131-0/+390