X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ftanh.c;h=b12162045d533015275f96d63a4267e5af5187ae;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=b780686a3012b1a9b51b11f49217df5329f78f8d;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec;p=pdclib diff --git a/functions/math/tanh.c b/functions/math/tanh.c index b780686..b121620 100644 --- a/functions/math/tanh.c +++ b/functions/math/tanh.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float tanh( float x ) { /* TODO */ }; -long double tanh( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double tanh( double x ) { /* TODO */ }; float tanhf( float x ) { /* TODO */ }; long double tanhl( long double x ) { /* TODO */ };