


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 t)) (pow a 1.0)) (* (* (cbrt (* y (/ (exp b) x))) (cbrt (* y (/ (exp b) x)))) (cbrt (* y (/ (exp b) x))))) < -2.6091528987011057e+240Initial program 6.0
Taylor expanded around 0 8.8
Applied simplify3.7
if -2.6091528987011057e+240 < (/ (/ (* (pow z y) (pow a t)) (pow a 1.0)) (* (* (cbrt (* y (/ (exp b) x))) (cbrt (* y (/ (exp b) x)))) (cbrt (* y (/ (exp b) x))))) < +inf.0Initial program 2.4
Taylor expanded around inf 2.4
Applied simplify0.9
if +inf.0 < (/ (/ (* (pow z y) (pow a t)) (pow a 1.0)) (* (* (cbrt (* y (/ (exp b) x))) (cbrt (* y (/ (exp b) x)))) (cbrt (* y (/ (exp b) x))))) Initial program 0.0
rmApplied *-un-lft-identity0.0
Applied exp-prod0.0
Applied simplify0.0
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))