


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 a t) (pow a (- 1.0))) y) (/ (* (pow z y) x) (exp b))) < 1.1707620736027092e+306Initial program 2.7
rmApplied exp-diff2.7
Applied simplify1.9
Taylor expanded around inf 2.7
Applied simplify1.2
rmApplied sub-neg1.2
Applied unpow-prod-up1.1
if 1.1707620736027092e+306 < (* (/ (* (pow a t) (pow a (- 1.0))) y) (/ (* (pow z y) x) (exp b))) Initial program 0.2
rmApplied add-cube-cbrt0.3
Applied exp-prod0.3
Applied simplify0.3
Time bar (total: 2.3m)Debug logProfile
herbie shell --seed 2018178 +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))