X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ffma.c;h=31eff28f68bfd8e4db82895f313f3ff36f5b9efc;hb=08bc962a1af74ae105cca90328b2f28fb483f04f;hp=873dec104f45a5ca05dbacffccdc74d853ef424b;hpb=e5456e3c2697c4e17fc9aa3439f2e305517b4d96;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