X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fasin.c;h=3f2a9921444250bb0b5ee4eb8322034808abe9df;hb=5f75278ec2ac5240da801193a7b0cf93cb02e461;hp=a0de74849b7aa3959e4ad773b122c8a8c45c6653;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old 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 */ };