Average Error: 0.3 → 0.3
Time: 1.6s
Precision: binary64
\[\sinh \left(e^{{x}^{x}}\right) + y\]
\[\sinh \left(e^{{x}^{x}}\right) + y\]
\sinh \left(e^{{x}^{x}}\right) + y
\sinh \left(e^{{x}^{x}}\right) + y
double code(double x, double y) {
	return ((double) (((double) sinh(((double) exp(((double) pow(x, x)))))) + y));
}
double code(double x, double y) {
	return ((double) (((double) sinh(((double) exp(((double) pow(x, x)))))) + y));
}

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 0.3

    \[\sinh \left(e^{{x}^{x}}\right) + y\]
  2. Final simplification0.3

    \[\leadsto \sinh \left(e^{{x}^{x}}\right) + y\]

Reproduce

herbie shell --seed 2020153 
(FPCore (x y)
  :name "(+ (sinh (exp (pow x x))) y)"
  :precision binary64
  (+ (sinh (exp (pow x x))) y))