X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fsinh.c;h=c24ee3dcf3a8648d21b4a260ca956039105f7d9d;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=ee8e480e9954382286bd6ab5c04d180597ec7df5;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec;p=pdclib 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 */ };