Sign in
third-party-mirror
/
mingw-w64
/
518dd33c326f65684e8e938262b2a9ca94804cfb
/
.
/
mingw-w64-crt
/
math
/
fmal.c
blob: 2de17cc6e9185b5e8a720f2458f2725600968572 [
file
] [
log
] [
blame
]
long
double
fmal
(
long
double
_x
,
long
double
_y
,
long
double
_z
)
{
return
((
_x
*
_y
)
+
_z
);
}