X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fabs.c;fp=functions%2Fmath%2Fabs.c;h=c45527824c8ee66b07138e9972ee388f4514534b;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=bba8e7e718d1027bc4f2c15c7b7ea89dde461bd0;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/abs.c b/functions/math/abs.c index bba8e7e..c455278 100644 --- a/functions/math/abs.c +++ b/functions/math/abs.c @@ -5,21 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -double abs( double x ) { /* TODO */ }; -float abs( float x ) { /* TODO */ }; -long double abs( long double x ) { /* TODO */ }; -float fabs( float x ) { /* TODO */ }; -long double fabs( long double x ) { /* TODO */ }; - -long abs( long i ) { /* TODO */ }; -long long abs( long long i ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double fabs( double x ) { /* TODO */ }; /* Therx code