Average Error: 0.0 → 0.0
Time: 575.0ms
Precision: binary64
\[e^{1 - m}\]
\[e^{1 - m}\]
e^{1 - m}
e^{1 - m}
double code(double m) {
	return ((double) exp(((double) (1.0 - m))));
}
double code(double m) {
	return ((double) exp(((double) (1.0 - m))));
}

Error

Bits error versus m

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

    \[e^{1 - m}\]
  2. Final simplification0.0

    \[\leadsto e^{1 - m}\]

Reproduce

herbie shell --seed 2020153 
(FPCore (m)
  :name "(exp (- 1 m))"
  :precision binary64
  (exp (- 1.0 m)))