X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ferf.c;h=f6227e3bffe955953dc33614ec2620ba6aa56ecb;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=e73a09d276e347cea522e0cde15de95bc5787a8a;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec;p=pdclib diff --git a/functions/math/erf.c b/functions/math/erf.c index e73a09d..f6227e3 100644 --- a/functions/math/erf.c +++ b/functions/math/erf.c @@ -5,18 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float erf( float x ) { /* TODO */ }; -long double erf( long double x ) { /* TODO */ }; - -float erfc( float x ) { /* TODO */ }; -long double erfc( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double erf( double x ) { /* TODO */ }; float erff( float x ) { /* TODO */ }; long double erfl( long double x ) { /* TODO */ };