X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fsqrt.c;h=7dd60203519089a8e5adc7e16a521813e14610ce;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=9143170b1a85d882a0e1b4e71258f7ae9c759d0a;hpb=0a5395faab237ba9008352b0f4bee9659bbd3d5f;p=pdclib diff --git a/functions/math/sqrt.c b/functions/math/sqrt.c index 9143170..7dd6020 100644 --- a/functions/math/sqrt.c +++ b/functions/math/sqrt.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float sqrt( float x ) { /* TODO */ }; -long double sqrt( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double sqrt( double x ) { /* TODO */ }; /* Therx code