]> pd.if.org Git - pdclib/blobdiff - functions/complex/csin.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / complex / csin.c
index 7a5fe573d07c8793686b68725fb8280b7acbbb15..edc45aa9690ff78ac5eb92351070324505518f33 100644 (file)
@@ -5,16 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-double _Complex sin( double _Complex x ) { /* TODO */ };
-float _Complex sin( float _Complex x ) { /* TODO */ };
-long double _Complex sin( long double _Complex x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
-
 double _Complex csin( double _Complex x ) { /* TODO */ };
 float _Complex csinf( float _Complex x ) { /* TODO */ };
 long double _Complex csinl( long double _Complex x ) { /* TODO */ };