\sqrt[3]{x + 1} - \sqrt[3]{x}\frac{1 + 0}{\sqrt[3]{x + 1} \cdot \left(\sqrt[3]{x + 1} + \sqrt[3]{x}\right) + \sqrt[3]{x} \cdot \left(\sqrt[3]{\sqrt[3]{x} \cdot \sqrt[3]{x}} \cdot \left(\sqrt[3]{\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}} \cdot \sqrt[3]{\sqrt[3]{\sqrt[3]{x}}}\right)\right)}double code(double x) {
return ((double) (((double) cbrt(((double) (x + 1.0)))) - ((double) cbrt(x))));
}
double code(double x) {
return ((double) (((double) (1.0 + 0.0)) / ((double) (((double) (((double) cbrt(((double) (x + 1.0)))) * ((double) (((double) cbrt(((double) (x + 1.0)))) + ((double) cbrt(x)))))) + ((double) (((double) cbrt(x)) * ((double) (((double) cbrt(((double) (((double) cbrt(x)) * ((double) cbrt(x)))))) * ((double) (((double) cbrt(((double) (((double) cbrt(((double) cbrt(x)))) * ((double) cbrt(((double) cbrt(x)))))))) * ((double) cbrt(((double) cbrt(((double) cbrt(x))))))))))))))));
}



Bits error versus x
Results
Initial program 30.2
rmApplied flip3--30.2
Simplified0.6
Simplified0.6
rmApplied add-cube-cbrt0.6
Applied cbrt-prod0.6
rmApplied add-cube-cbrt0.6
Applied cbrt-prod0.6
Final simplification0.6
herbie shell --seed 2020164
(FPCore (x)
:name "2cbrt (problem 3.3.4)"
:precision binary64
(- (cbrt (+ x 1.0)) (cbrt x)))