double code(double x) {
return ((double) (((double) cbrt(((double) (x + 1.0)))) - ((double) cbrt(x))));
}
double code(double x) {
return ((double) (1.0 / ((double) (((double) (((double) pow(((double) cbrt(((double) cbrt(x)))), 5.0)) * ((double) (((double) cbrt(((double) cbrt(((double) cbrt(x)))))) * ((double) cbrt(((double) pow(((double) (((double) cbrt(((double) cbrt(((double) cbrt(x)))))) * ((double) (((double) cbrt(((double) cbrt(((double) cbrt(x)))))) * ((double) cbrt(((double) cbrt(((double) cbrt(x)))))))))), 2.0)))))))) + ((double) (((double) cbrt(((double) (1.0 + x)))) * ((double) (((double) cbrt(x)) + ((double) cbrt(((double) (1.0 + x))))))))))));
}



Bits error versus x
Results
Initial program 29.8
rmApplied flip3--29.8
Simplified0.5
Simplified0.5
rmApplied add-cube-cbrt0.5
Applied cbrt-prod0.6
Applied associate-*r*0.6
Simplified0.7
rmApplied add-cube-cbrt0.7
Applied cbrt-prod0.7
Simplified0.7
rmApplied add-cube-cbrt0.7
Final simplification0.7
herbie shell --seed 2020179
(FPCore (x)
:name "2cbrt (problem 3.3.4)"
:precision binary64
(- (cbrt (+ x 1.0)) (cbrt x)))