X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fcosh.c;fp=functions%2Fmath%2Fcosh.c;h=09e22239abb6651aea9ffb675ec390b6ec044b54;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=45248202a9ca735290017581e5e4e29ae8929bcb;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib 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 */ };