


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