


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 z y) (pow a (- 1.0))) (pow a t)) (* (/ y x) (exp b))) < +inf.0Initial program 2.9
Taylor expanded around inf 2.8
Applied simplify1.8
if +inf.0 < (/ (* (* (pow z y) (pow a (- 1.0))) (pow a t)) (* (/ y x) (exp b))) Initial program 0.0
rmApplied div-inv0.0
Time bar (total: 2.2m)Debug logProfile
herbie shell --seed '#(1072743783 989954326 4239155542 3782239461 3602631542 1719177920)'
(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))