]> pd.if.org Git - pdclib.old/blobdiff - functions/math/erf.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib.old] / functions / math / erf.c
index e73a09d276e347cea522e0cde15de95bc5787a8a..f6227e3bffe955953dc33614ec2620ba6aa56ecb 100644 (file)
@@ -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 */ };