|
inlineconstexpr |
Computes the elementwise triple of fma and errors,.
Defined in Header
Parameters
x, y, z: floating values.
Return value
Computes elementwise a triple of values [a,b,c] such that:
a is x*y+zb, c are values such that (a \(\oplus\)b) \(\oplus\)cis exactly to x \(\otimes\)y \(\oplus\)zwhere \(\oplus\) (resp. \(\otimes\)) adds (resp. multiplies) its two parameters with infinite precision..