X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fsinh.c;h=c24ee3dcf3a8648d21b4a260ca956039105f7d9d;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=ee8e480e9954382286bd6ab5c04d180597ec7df5;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old diff --git a/functions/math/sinh.c b/functions/math/sinh.c index ee8e480..c24ee3d 100644 --- a/functions/math/sinh.c +++ b/functions/math/sinh.c @@ -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 */ };