X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fatanh.c;fp=functions%2Fmath%2Fatanh.c;h=1dedd93ca565e9f653decf6cff8b98ba9b592f12;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=e0d7d342ae603b3c557a56a8c9766e5f93876d9b;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/atanh.c b/functions/math/atanh.c index e0d7d34..1dedd93 100644 --- a/functions/math/atanh.c +++ b/functions/math/atanh.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float atanh( float x ) { /* TODO */ }; -long double atanh( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double atanh( double x ) { /* TODO */ }; float atanhf( float x ) { /* TODO */ }; long double atanhl( long double x ) { /* TODO */ };