X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fcbrt.c;h=64185aa037036737f3ea66b7838fec76044ff2fb;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=86ef6906314ebf8cdac7f38ad747e2e1a90db5ce;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/cbrt.c b/functions/math/cbrt.c index 86ef690..64185aa 100644 --- a/functions/math/cbrt.c +++ b/functions/math/cbrt.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float cbrt( float x ) { /* TODO */ }; -long double cbrt( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double cbrt( double x ) { /* TODO */ }; /* Therx code