


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))) (* (cbrt (* (pow (exp b) 3) (pow (/ y x) 3))) (pow a (- t)))) < -2.2793740129648608e+135Initial program 7.4
Taylor expanded around 0 10.8
Applied simplify6.3
if -2.2793740129648608e+135 < (/ (* (pow z y) (pow a (- 1.0))) (* (cbrt (* (pow (exp b) 3) (pow (/ y x) 3))) (pow a (- t)))) < +inf.0Initial program 2.9
Taylor expanded around inf 2.9
Applied simplify1.2
rmApplied pow-neg1.2
Applied un-div-inv1.2
if +inf.0 < (/ (* (pow z y) (pow a (- 1.0))) (* (cbrt (* (pow (exp b) 3) (pow (/ y x) 3))) (pow a (- t)))) Initial program 0.1
rmApplied *-un-lft-identity0.1
Applied exp-prod0.1
Applied simplify0.1
Time bar (total: 2.8m)Debug logProfile
herbie shell --seed '#(1070864556 424010669 783715395 1203517814 4070606583 4107618214)'
(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))