Average Error: 0.0 → 0.0
Time: 740.0ms
Precision: binary64
\[e^{x + y}\]
\[e^{x + y}\]
e^{x + y}
e^{x + y}
double code(double x, double y) {
	return ((double) exp(((double) (x + y))));
}
double code(double x, double y) {
	return ((double) exp(((double) (x + y))));
}

Error

Bits error versus x

Bits error versus y

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

    \[e^{x + y}\]
  2. Final simplification0.0

    \[\leadsto e^{x + y}\]

Reproduce

herbie shell --seed 2020153 
(FPCore (x y)
  :name "(exp (+ x y))"
  :precision binary64
  (exp (+ x y)))