X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fatan.c;fp=functions%2Fmath%2Fatan.c;h=adb0a1665e245d3e1505df9e6b0125e064a8f533;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=228c9397d069a06845228f061ea2fa6359b7c6ce;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/atan.c b/functions/math/atan.c index 228c939..adb0a16 100644 --- a/functions/math/atan.c +++ b/functions/math/atan.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float atan( float x ) { /* TODO */ }; -long double atan( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double atan( double x ) { /* TODO */ }; float atanf( float x ) { /* TODO */ }; long double atanl( long double x ) { /* TODO */ };