]> pd.if.org Git - pdclib.old/blobdiff - functions/math/atan.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib.old] / functions / math / atan.c
index 228c9397d069a06845228f061ea2fa6359b7c6ce..adb0a1665e245d3e1505df9e6b0125e064a8f533 100644 (file)
@@ -5,15 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-float atan( float x ) { /* TODO */ };
-long double atan( long double x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
-
 double atan( double x ) { /* TODO */ };
 float atanf( float x ) { /* TODO */ };
 long double atanl( long double x ) { /* TODO */ };