


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)))) < 7.664300061046819e+220Initial program 2.9
Taylor expanded around inf 2.9
Applied simplify1.0
if 7.664300061046819e+220 < (/ (* (pow z y) (pow a (- 1.0))) (* (* (/ y x) (exp b)) (pow a (- t)))) Initial program 0.3
rmApplied add-cube-cbrt0.4
Applied exp-prod0.4
Applied simplify0.4
Time bar (total: 2.0m)Debug logProfile
herbie shell --seed 2018166 +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))