



Bits error versus a1




Bits error versus a2




Bits error versus b1




Bits error versus b2
| Original | 11.2 |
|---|---|
| Target | 11.3 |
| Herbie | 2.6 |
if (/ (/ a2 (/ b2 a1)) b1) < -inf.0 or -4.436271183102775e-297 < (/ (/ a2 (/ b2 a1)) b1) < 1.249618188204007e-305 or 7.14063348460921e+239 < (/ (/ a2 (/ b2 a1)) b1) Initial program 7.6
rmApplied associate-/l*4.6
if -inf.0 < (/ (/ a2 (/ b2 a1)) b1) < -4.436271183102775e-297 or 1.249618188204007e-305 < (/ (/ a2 (/ b2 a1)) b1) < 7.14063348460921e+239Initial program 14.3
rmApplied times-frac14.6
rmApplied div-inv14.7
Applied associate-*r*15.7
rmApplied associate-*l/13.7
Applied associate-*l/7.9
Applied simplify0.8
Time bar (total: 34.7s)Debug logProfile
herbie shell --seed '#(1070991898 1055468627 4280279443 640792587 928206309 3646738750)'
(FPCore (a1 a2 b1 b2)
:name "Quotient of products"
:herbie-target
(* (/ a1 b1) (/ a2 b2))
(/ (* a1 a2) (* b1 b2)))