Add incomplet long double math support to libmingwex.a
This commit is contained in:
5
winsup/mingw/mingwex/math/fmal.c
Normal file
5
winsup/mingw/mingwex/math/fmal.c
Normal file
@@ -0,0 +1,5 @@
|
||||
long double
|
||||
fmal ( long double _x, long double _y, long double _z)
|
||||
{
|
||||
return ((_x * _y) + _z);
|
||||
}
|
Reference in New Issue
Block a user