X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Facos.c;h=fcb28bc2232d1841b6b1c54405df022616461351;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=652fd4393ec737bc4248baa2fbf38f37afa55fd4;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec;p=pdclib diff --git a/functions/math/acos.c b/functions/math/acos.c index 652fd43..fcb28bc 100644 --- a/functions/math/acos.c +++ b/functions/math/acos.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float acos( float x ) { /* TODO */ }; -long double acos( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double acos( double x ) { /* TODO */ }; float acosf( float x ) { /* TODO */ }; long double acosl( long double x ) { /* TODO */ };