]> pd.if.org Git - pdclib.old/blobdiff - functions/complex/casinh.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib.old] / functions / complex / casinh.c
index 762b0254ec1469d1adc012405a137218540d96e8..763bce76ce296ecb99422da3d1fae09904cf659f 100644 (file)
@@ -5,16 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-double _Complex asinh( double _Complex x ) { /* TODO */ };
-float _Complex asinh( float _Complex x ) { /* TODO */ };
-long double _Complex asinh( long double _Complex x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
-
 double _Complex casinh( double _Complex x ) { /* TODO */ };
 float _Complex casinhf( float _Complex x ) { /* TODO */ };
 long double _Complex casinhl( long double _Complex x ) { /* TODO */ };