|
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+z
b
, c
are values such that (a
\(\oplus\)b
) \(\oplus\)c
is exactly to x
\(\otimes\)y
\(\oplus\)z
where \(\oplus\) (resp. \(\otimes\)) adds (resp. multiplies) its two parameters with infinite precision..