


Bits error versus x



Bits error versus y



Bits error versus z



Bits error versus t



Bits error versus a



Bits error versus b



Bits error versus c



Bits error versus i



Bits error versus j
if (+ (fma (- (* c t) (* i y)) j (* (* i a) b)) (fma x (- (* z y) (* a t)) (* (* c b) (- z)))) < -inf.0Initial program 49.5
Taylor expanded around inf 52.8
Applied simplify34.7
if -inf.0 < (+ (fma (- (* c t) (* i y)) j (* (* i a) b)) (fma x (- (* z y) (* a t)) (* (* c b) (- z)))) < 5.906950672975724e+305Initial program 2.6
Taylor expanded around inf 0.8
Applied simplify0.8
if 5.906950672975724e+305 < (+ (fma (- (* c t) (* i y)) j (* (* i a) b)) (fma x (- (* z y) (* a t)) (* (* c b) (- z)))) Initial program 49.8
Taylor expanded around inf 43.1
Applied simplify44.2
Taylor expanded around inf 36.2
Applied simplify28.1
Time bar (total: 2.1m)Debug logProfile
herbie shell --seed '#(1071725047 233389029 2036512464 3988615230 2972226563 1111574017)' +o rules:numerics
(FPCore (x y z t a b c i j)
:name "Linear.Matrix:det33 from linear-1.19.1.3"
(+ (- (* x (- (* y z) (* t a))) (* b (- (* c z) (* i a)))) (* j (- (* c t) (* i y)))))