


Bits error versus a



Bits error versus k



Bits error versus m
Results
if (/ (* (pow k m) a) (+ 1 (/ (* (+ (pow 10 3) (pow k 3)) k) (+ (* 10 10) (- (* k k) (* 10 k)))))) < 3.0347748582371028e+161Initial program 0.1
Applied simplify0.0
rmApplied div-inv0.1
if 3.0347748582371028e+161 < (/ (* (pow k m) a) (+ 1 (/ (* (+ (pow 10 3) (pow k 3)) k) (+ (* 10 10) (- (* k k) (* 10 k)))))) Initial program 7.3
Applied simplify7.3
rmApplied clear-num7.4
Taylor expanded around inf 20.7
Applied simplify0.4
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed 2018193
(FPCore (a k m)
:name "Falkner and Boettcher, Appendix A"
(/ (* a (pow k m)) (+ (+ 1 (* 10 k)) (* k k))))