X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fasinh.c;fp=functions%2Fmath%2Fasinh.c;h=7c0cfd64d6a99ab467b2895ad2c5b1b95a53bf13;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=9da4a4b8b2c78cbeb1c479473397adeb6d4cf3b0;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/asinh.c b/functions/math/asinh.c index 9da4a4b..7c0cfd6 100644 --- a/functions/math/asinh.c +++ b/functions/math/asinh.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float asinh( float x ) { /* TODO */ }; -long double asinh( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double asinh( double x ) { /* TODO */ }; float asinhf( float x ) { /* TODO */ }; long double asinhl( long double x ) { /* TODO */ };