|
inlineconstexpr |
Parameters
x, y, z, t: floating values.c: Conditional expression masking the operation.m: Logical value masking the operation.Return value
x*y-z*t, with better precision if correct fma is available, is returned.fms(x, y, z*t))diff_of_prod ensuring better accuracy in any case.