double code(double x) {
return log(x) - log(log(x));
}
double code(double x) {
return log(x * (1.0 / log(x)));
}



Bits error versus x
Results
Initial program 0.2
rmApplied diff-log0.0
rmApplied div-inv0.0
Final simplification0.0
herbie shell --seed 2020338
(FPCore (x)
:name "Jmat.Real.lambertw, estimator"
:precision binary64
(- (log x) (log (log x))))