


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) (exp b)) (/ (pow a t) (pow a 1.0))) (/ y x)) < 5.21196274515651e+272Initial program 2.9
rmApplied add-sqr-sqrt2.9
Applied simplify2.7
Applied simplify2.0
Taylor expanded around -inf 62.9
Applied simplify0.9
rmApplied pow-sub0.9
if 5.21196274515651e+272 < (/ (* (/ (pow z y) (exp b)) (/ (pow a t) (pow a 1.0))) (/ y x)) Initial program 0.2
rmApplied *-un-lft-identity0.2
Applied exp-prod0.2
Applied simplify0.2
Time bar (total: 1.9m)Debug logProfile
herbie shell --seed 2020178 +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))