


Bits error versus a



Bits error versus k



Bits error versus m
Results
if (- (* (/ (* 99 a) (pow k 4)) (pow k m)) (* (/ (pow k m) k) (- (* (/ 10 k) (/ a k)) (/ a k)))) < -7.998481467270114e-108 or 9.264873509848405e-262 < (- (* (/ (* 99 a) (pow k 4)) (pow k m)) (* (/ (pow k m) k) (- (* (/ 10 k) (/ a k)) (/ a k)))) Initial program 1.5
Applied simplify1.5
rmApplied add-cube-cbrt1.6
Applied associate-*l*1.6
if -7.998481467270114e-108 < (- (* (/ (* 99 a) (pow k 4)) (pow k m)) (* (/ (pow k m) k) (- (* (/ 10 k) (/ a k)) (/ a k)))) < 9.264873509848405e-262Initial program 2.5
Applied simplify2.5
Taylor expanded around inf 22.2
Applied simplify0.5
Time bar (total: 1.5m)Debug logProfile
herbie shell --seed 2020178
(FPCore (a k m)
:name "Falkner and Boettcher, Appendix A"
(/ (* a (pow k m)) (+ (+ 1 (* 10 k)) (* k k))))