Average Error: 1.2 → 1.2
Time: 916.0ms
Precision: binary64
\[\log \left(e^{x} \cdot 35\right)\]
\[\log \left(e^{x} \cdot 35\right)\]
\log \left(e^{x} \cdot 35\right)
\log \left(e^{x} \cdot 35\right)
double code(double x) {
	return ((double) log(((double) (((double) exp(x)) * 35.0))));
}
double code(double x) {
	return ((double) log(((double) (((double) exp(x)) * 35.0))));
}

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 1.2

    \[\log \left(e^{x} \cdot 35\right)\]
  2. Final simplification1.2

    \[\leadsto \log \left(e^{x} \cdot 35\right)\]

Reproduce

herbie shell --seed 2020152 
(FPCore (x)
  :name "(log (* (exp x) 35))"
  :precision binary64
  (log (* (exp x) 35.0)))