Average Error: 0 → 0
Time: 513.0ms
Precision: binary64
\[\mathsf{fma}\left(x, x, x\right)\]
\[\mathsf{fma}\left(x, x, x\right)\]
\mathsf{fma}\left(x, x, x\right)
\mathsf{fma}\left(x, x, x\right)
double code(double x) {
	return ((double) fma(x, x, x));
}
double code(double x) {
	return ((double) fma(x, x, x));
}

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0

    \[\mathsf{fma}\left(x, x, x\right)\]
  2. Final simplification0

    \[\leadsto \mathsf{fma}\left(x, x, x\right)\]

Reproduce

herbie shell --seed 2020152 
(FPCore (x)
  :name "(fma x x x)"
  :precision binary64
  (fma x x x))