Average Error: 2.0 → 2.0
Time: 9.1s
Precision: binary64
\[\frac{1}{\sqrt{\log \left(5 \cdot x + e^{y}\right) - 3.2999999999999998}}\]
\[\frac{1}{\sqrt{\log \left(5 \cdot x + e^{y}\right) - 3.2999999999999998}}\]
\frac{1}{\sqrt{\log \left(5 \cdot x + e^{y}\right) - 3.2999999999999998}}
\frac{1}{\sqrt{\log \left(5 \cdot x + e^{y}\right) - 3.2999999999999998}}
double code(double x, double y) {
	return ((double) (1.0 / ((double) sqrt(((double) (((double) log(((double) (((double) (5.0 * x)) + ((double) exp(y)))))) - 3.3))))));
}
double code(double x, double y) {
	return ((double) (1.0 / ((double) sqrt(((double) (((double) log(((double) (((double) (5.0 * x)) + ((double) exp(y)))))) - 3.3))))));
}

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 2.0

    \[\frac{1}{\sqrt{\log \left(5 \cdot x + e^{y}\right) - 3.2999999999999998}}\]
  2. Final simplification2.0

    \[\leadsto \frac{1}{\sqrt{\log \left(5 \cdot x + e^{y}\right) - 3.2999999999999998}}\]

Reproduce

herbie shell --seed 2020152 
(FPCore (x y)
  :name "(/ 1 (sqrt (- (log (+ (* 5 x) (exp y))) 3.3)))"
  :precision binary64
  (/ 1.0 (sqrt (- (log (+ (* 5.0 x) (exp y))) 3.3))))