X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ferf.c;h=f6227e3bffe955953dc33614ec2620ba6aa56ecb;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=e73a09d276e347cea522e0cde15de95bc5787a8a;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old 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 */ };