X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcsin.c;fp=functions%2Fcomplex%2Fcsin.c;h=edc45aa9690ff78ac5eb92351070324505518f33;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=7a5fe573d07c8793686b68725fb8280b7acbbb15;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/complex/csin.c b/functions/complex/csin.c index 7a5fe57..edc45aa 100644 --- a/functions/complex/csin.c +++ b/functions/complex/csin.c @@ -5,16 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -double _Complex sin( double _Complex x ) { /* TODO */ }; -float _Complex sin( float _Complex x ) { /* TODO */ }; -long double _Complex sin( long double _Complex x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double _Complex csin( double _Complex x ) { /* TODO */ }; float _Complex csinf( float _Complex x ) { /* TODO */ }; long double _Complex csinl( long double _Complex x ) { /* TODO */ };