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