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