X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fcos.c;fp=functions%2Fmath%2Fcos.c;h=7fd85428ec0d7160241e3997fda481583264e1c0;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=3e3ce0d72d2c696d192e5cb39ab5fe8ef61a1ad6;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/cos.c b/functions/math/cos.c index 3e3ce0d..7fd8542 100644 --- a/functions/math/cos.c +++ b/functions/math/cos.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float cos( float x ) { /* TODO */ }; -long double cos( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double cos( double x ) { /* TODO */ }; float cosf( float x ) { /* TODO */ }; long double cosl( long double x ) { /* TODO */ };