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