Average Error: 5.7 → 5.7
Time: 906.0ms
Precision: binary64
\[e^{\log x + 8}\]
\[e^{\log x + 8}\]
e^{\log x + 8}
e^{\log x + 8}
double code(double x) {
	return ((double) exp(((double) (((double) log(x)) + 8.0))));
}
double code(double x) {
	return ((double) exp(((double) (((double) log(x)) + 8.0))));
}

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 5.7

    \[e^{\log x + 8}\]
  2. Final simplification5.7

    \[\leadsto e^{\log x + 8}\]

Reproduce

herbie shell --seed 2020152 
(FPCore (x)
  :name "(exp (+ (log x) 8))"
  :precision binary64
  (exp (+ (log x) 8.0)))