


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)))) < -7.172826103595063e+303 or 1.0118769089683686e+304 < (+ (fma (- (* c t) (* i y)) j (* (* i a) b)) (fma x (- (* z y) (* a t)) (* (* c b) (- z)))) Initial program 47.2
Taylor expanded around inf 32.9
Applied simplify40.7
Taylor expanded around inf 26.5
Applied simplify18.6
if -7.172826103595063e+303 < (+ (fma (- (* c t) (* i y)) j (* (* i a) b)) (fma x (- (* z y) (* a t)) (* (* c b) (- z)))) < 1.0118769089683686e+304Initial program 2.7
Taylor expanded around inf 1.0
Applied simplify1.0
Time bar (total: 1.8m)Debug logProfile
herbie shell --seed 2018214 +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)))))