Use the --timeout flag to change the timeout.
\log \left(\frac{\mathsf{lgamma} \left( x \right)}{\log x}\right)double code(double x) {
return ((double) log(((double) (((double) lgamma(x)) / ((double) log(x))))));
}
herbie shell --seed 2020152
(FPCore (x)
:name "(log (/ (lgamma x) (log x)))"
:precision binary64
(log (/ (lgamma x) (log x))))