


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) (pow a (- 1.0))) (* (* (* (cbrt (* (/ y x) (exp b))) (cbrt (* (/ y x) (exp b)))) (cbrt (* (/ y x) (exp b)))) (pow a (- t)))) < 5.174179268694064e+240Initial program 2.7
Taylor expanded around inf 2.7
Applied simplify0.9
if 5.174179268694064e+240 < (/ (* (pow z y) (pow a (- 1.0))) (* (* (* (cbrt (* (/ y x) (exp b))) (cbrt (* (/ y x) (exp b)))) (cbrt (* (/ y x) (exp b)))) (pow a (- t)))) Initial program 0.2
Time bar (total: 2.1m)Debug logProfile
herbie shell --seed 2018206
(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))