Cannot sample enough valid points. (more)

\[x + \sin^{-1} \left(\cosh x\right)\]
x + \sin^{-1} \left(\cosh x\right)
double code(double x) {
	return (x + asin(cosh(x)));
}