Average Error: 0.0 → 0.0
Time: 725.0ms
Precision: binary64
\[\log x + x\]
\[\log x + x\]
\log x + x
\log x + x
double code(double x) {
	return ((double) (((double) log(x)) + x));
}
double code(double x) {
	return ((double) (((double) log(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.0

    \[\log x + x\]
  2. Final simplification0.0

    \[\leadsto \log x + x\]

Reproduce

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