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