X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fhypot.c;fp=functions%2Fmath%2Fhypot.c;h=b4412aa3bfccd11845278ff5f599113549565bea;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=060f3ce2ca86aefec3f0ab8f59985dee3ef613fe;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/hypot.c b/functions/math/hypot.c index 060f3ce..b4412aa 100644 --- a/functions/math/hypot.c +++ b/functions/math/hypot.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float hypot( float x, float y ) { /* TODO */ }; -long double hypot( long double x, long double y ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double hypot( double x, double y ) { /* TODO */ }; /* Therx code