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