X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fsin.c;fp=functions%2Fmath%2Fsin.c;h=27ad651aa603db50f92d8bb665d522b2d5e2dd36;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=f2daef9150f090636868d0b485e8c54618a39080;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/sin.c b/functions/math/sin.c index f2daef9..27ad651 100644 --- a/functions/math/sin.c +++ b/functions/math/sin.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float sin( float x ) { /* TODO */ }; -long double sin( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double sin( double x ) { /* TODO */ }; float sinf( float x ) { /* TODO */ }; long double sinl( long double x ) { /* TODO */ };