X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fcosh.c;h=09e22239abb6651aea9ffb675ec390b6ec044b54;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=45248202a9ca735290017581e5e4e29ae8929bcb;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/cosh.c b/functions/math/cosh.c index 4524820..09e2223 100644 --- a/functions/math/cosh.c +++ b/functions/math/cosh.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float cosh( float x ) { /* TODO */ }; -long double cosh( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double cosh( double x ) { /* TODO */ }; float coshf( float x ) { /* TODO */ }; long double coshl( long double x ) { /* TODO */ };