Average Error: 1.1 → 1.1
Time: 4.2s
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.1

    \[\log \left(\sinh x\right)\]
  2. Final simplification1.1

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

Reproduce

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