x + \sin^{-1} \left(\cosh x\right)
double code(double x) { return (x + asin(cosh(x))); }
herbie shell --seed 2020063 +o rules:numerics (FPCore (x) :name "Random Jason Timeout Test 001" :precision binary64 (+ x (asin (cosh x))))