\log x - \log \left(\log x\right)
\log \left(\frac{\sqrt{x}}{\sqrt{\log x}}\right) + \log \left(\frac{\sqrt{x}}{\sqrt{\log x}}\right)double f(double x) {
double r151323 = x;
double r151324 = log(r151323);
double r151325 = log(r151324);
double r151326 = r151324 - r151325;
return r151326;
}
double f(double x) {
double r151327 = x;
double r151328 = sqrt(r151327);
double r151329 = log(r151327);
double r151330 = sqrt(r151329);
double r151331 = r151328 / r151330;
double r151332 = log(r151331);
double r151333 = r151332 + r151332;
return r151333;
}



Bits error versus x
Results
Initial program 0.3
rmApplied diff-log0.0
rmApplied add-sqr-sqrt0.0
Applied add-sqr-sqrt0.0
Applied times-frac0.0
Applied log-prod0.0
Final simplification0.0
herbie shell --seed 2019209
(FPCore (x)
:name "Jmat.Real.lambertw, estimator"
:precision binary64
(- (log x) (log (log x))))