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