


Bits error versus x



Bits error versus y



Bits error versus z



Bits error versus t



Bits error versus a



Bits error versus b
Results
if (/ (* (* (pow a (- 1.0)) (pow z y)) (pow a t)) (* (/ y x) (exp b))) < -6.767707010946977e+29Initial program 6.1
rmApplied sub-neg6.1
Applied exp-sum6.0
Applied associate-*r*5.9
Applied simplify0.9
rmApplied pow-sub0.6
Applied associate-*r/0.5
if -6.767707010946977e+29 < (/ (* (* (pow a (- 1.0)) (pow z y)) (pow a t)) (* (/ y x) (exp b))) < 8.742842592298168e+273Initial program 2.5
Taylor expanded around inf 2.5
Applied simplify0.1
if 8.742842592298168e+273 < (/ (* (* (pow a (- 1.0)) (pow z y)) (pow a t)) (* (/ y x) (exp b))) Initial program 0.3
Time bar (total: 1.6m)Debug logProfile
herbie shell --seed 2018296
(FPCore (x y z t a b)
:name "Numeric.SpecFunctions:incompleteBetaWorker from math-functions-0.1.5.2"
(/ (* x (exp (- (+ (* y (log z)) (* (- t 1.0) (log a))) b))) y))