


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 (* (/ (* x (pow a t)) (* y (pow a 1.0))) (exp (fma (log z) y (- b)))) < 4.0958356649428727e+77Initial program 2.6
Taylor expanded around -inf 63.0
Applied simplify4.7
rmApplied pow-sub4.7
Applied frac-times0.9
if 4.0958356649428727e+77 < (* (/ (* x (pow a t)) (* y (pow a 1.0))) (exp (fma (log z) y (- b)))) Initial program 0.7
Time bar (total: 2.1m)Debug logProfile
herbie shell --seed '#(1071979731 1496239409 439705970 2863295848 982327776 189749553)' +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))