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