Average Error: 30.3 → 30.3
Time: 6.8s
Precision: binary64
\[\log \left(\cosh x\right)\]
\[\log \left(\cosh x\right)\]
\log \left(\cosh x\right)
\log \left(\cosh x\right)
double code(double x) {
	return ((double) log(((double) cosh(x))));
}
double code(double x) {
	return ((double) log(((double) cosh(x))));
}

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 30.3

    \[\log \left(\cosh x\right)\]
  2. Final simplification30.3

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

Reproduce

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