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