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