


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 y (- (* z x) (* j i)) (* (* c j) t)) (fma b (- (* z c) (* i a)) (* a (* x t)))) < -inf.0Initial program 23.2
Taylor expanded around inf 33.5
Applied simplify25.2
if -inf.0 < (- (fma y (- (* z x) (* j i)) (* (* c j) t)) (fma b (- (* z c) (* i a)) (* a (* x t)))) < 4.1047334333141963e+301Initial program 8.4
Taylor expanded around inf 6.6
Applied simplify8.3
Taylor expanded around inf 6.2
Applied simplify0.9
if 4.1047334333141963e+301 < (- (fma y (- (* z x) (* j i)) (* (* c j) t)) (fma b (- (* z c) (* i a)) (* a (* x t)))) Initial program 24.9
Taylor expanded around inf 18.3
Applied simplify18.3
Time bar (total: 1.7m)Debug logProfile
herbie shell --seed '#(1071852389 864846987 1238109217 3425890003 4124793586 650694553)' +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)))))