


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 (/ (* (exp b) y) (* (pow z y) (pow a (- t 1.0)))) < -2.891078416329484e-182 or 1.0374368783999238e-204 < (/ (* (exp b) y) (* (pow z y) (pow a (- t 1.0)))) < 5.1898807126082994e+221Initial program 3.8
rmApplied associate-/l*1.5
Applied simplify0.2
if -2.891078416329484e-182 < (/ (* (exp b) y) (* (pow z y) (pow a (- t 1.0)))) < 1.0374368783999238e-204Initial program 6.1
Taylor expanded around inf 6.1
Applied simplify1.2
if 5.1898807126082994e+221 < (/ (* (exp b) y) (* (pow z y) (pow a (- t 1.0)))) Initial program 0.0
rmApplied *-un-lft-identity0.0
Applied exp-prod0.0
Applied simplify0.0
Time bar (total: 2.8m)Debug logProfile
herbie shell --seed 2018199
(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))