X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ffma.c;h=31eff28f68bfd8e4db82895f313f3ff36f5b9efc;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=873dec104f45a5ca05dbacffccdc74d853ef424b;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/fma.c b/functions/math/fma.c index 873dec1..31eff28 100644 --- a/functions/math/fma.c +++ b/functions/math/fma.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float fma( float x, float y, float z ) { /* TODO */ }; -long double fma( long double x, long double y, long double z ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double fma( double x, double y, double z ) { /* TODO */ }; /* Therx code