X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Facosh.c;h=81cd66b3154f106feefdc2f3d2ddf917a83076b8;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=2cebe41e791101c18688770d89e7c385749e7ace;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/acosh.c b/functions/math/acosh.c index 2cebe41..81cd66b 100644 --- a/functions/math/acosh.c +++ b/functions/math/acosh.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float acosh( float x ) { /* TODO */ }; -long double acosh( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double acosh( double x ) { /* TODO */ }; float acoshf( float x ) { /* TODO */ }; long double acoshl( long double x ) { /* TODO */ };