


Bits error versus x



Bits error versus y



Bits error versus z



Bits error versus t



Bits error versus a



Bits error versus b
if (/ (* (pow z y) (pow a (- 1.0))) (* (* (/ y x) (exp b)) (pow a (- t)))) < +inf.0Initial program 2.7
Taylor expanded around inf 2.7
Applied simplify1.6
if +inf.0 < (/ (* (pow z y) (pow a (- 1.0))) (* (* (/ y x) (exp b)) (pow a (- t)))) Initial program 0.0
rmApplied *-un-lft-identity0.0
Applied exp-prod0.0
Applied simplify0.0
Time bar (total: 1.9m)Debug logProfile
herbie shell --seed '#(1071852389 864846987 1238109217 3425890003 4124793586 650694553)' +o rules:numerics
(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))