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