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