Average Error: 0 → 0
Time: 476.0ms
Precision: binary64
\[x2 + y2\]
\[x2 + y2\]
x2 + y2
x2 + y2
double code(double x2, double y2) {
	return ((double) (x2 + y2));
}
double code(double x2, double y2) {
	return ((double) (x2 + y2));
}

Error

Bits error versus x2

Bits error versus y2

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0

    \[x2 + y2\]
  2. Final simplification0

    \[\leadsto x2 + y2\]

Reproduce

herbie shell --seed 2020153 
(FPCore (x2 y2)
  :name "(+ x2 y2)"
  :precision binary64
  (+ x2 y2))