


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 (/ 1 (* (exp b) (/ (/ (/ y x) (pow z y)) (pow a (- t 1.0))))) < +inf.0Initial program 2.8
Taylor expanded around inf 2.8
Applied simplify2.0
if +inf.0 < (/ 1 (* (exp b) (/ (/ (/ y x) (pow z y)) (pow a (- t 1.0))))) Initial program 0
rmApplied *-un-lft-identity0
Applied exp-prod0
Applied simplify0
Time bar (total: 1.7m)Debug logProfile
herbie shell --seed '#(1071373924 2949776965 1885069702 3247780810 90874544 2263903749)' +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))