X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ferf.c;fp=functions%2Fmath%2Ferf.c;h=0000000000000000000000000000000000000000;hb=94cec7268060142c361c882c0a54d4b0052a591c;hp=bdda8dd8b57bcc4ec212daded9989ced39bcf71f;hpb=c8f799d852e3698468a78954d82588e841cc0b70;p=pdclib.old diff --git a/functions/math/erf.c b/functions/math/erf.c deleted file mode 100644 index bdda8dd..0000000 --- a/functions/math/erf.c +++ /dev/null @@ -1,14 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * --------------------------------------------------------------------------*/ - -double erf( double x ) { /* TODO */ }; -float erff( float x ) { /* TODO */ }; -long double erfl( long double x ) { /* TODO */ }; - -double erfc( double x ) { /* TODO */ }; -float erfcf( float x ) { /* TODO */ }; -long double erfcl( long double x ) { /* TODO */ };