Average Error: 1.2 → 1.2
Time: 4.0s
Precision: binary64
\[\log \left(\sinh x\right)\]
\[\log \left(\sinh x\right)\]
\log \left(\sinh x\right)
\log \left(\sinh x\right)
double code(double x) {
	return ((double) log(((double) sinh(x))));
}
double code(double x) {
	return ((double) log(((double) sinh(x))));
}

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(\sinh x\right)\]
  2. Final simplification1.2

    \[\leadsto \log \left(\sinh x\right)\]

Reproduce

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