


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))) (pow a t)) (cbrt (* (pow (exp b) 3) (pow (/ y x) 3)))) < +inf.0Initial program 3.8
Taylor expanded around inf 3.8
Applied simplify2.1
if +inf.0 < (/ (* (* (pow z y) (pow a (- 1.0))) (pow a t)) (cbrt (* (pow (exp b) 3) (pow (/ y x) 3)))) Initial program 0.0
Time bar (total: 2.7m)Debug logProfile
herbie shell --seed '#(1071501266 3581234924 1086666455 2685055582 1243441566 1802958749)'
(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))