Average Error: 0.0 → 0.0
Time: 4.3s
Precision: 64
Internal Precision: 2112
\[\left(\left(x + y\right) + z\right) - \left(x + \left(y + z\right)\right)\]
\[\left(\left(x + y\right) + z\right) - \left(x + \left(y + z\right)\right)\]

Error

Bits error versus x

Bits error versus y

Bits error versus z

Derivation

  1. Initial program 0.0

    \[\left(\left(x + y\right) + z\right) - \left(x + \left(y + z\right)\right)\]

Runtime

Time bar (total: 4.3s)Debug logProfile

herbie shell --seed '#(1072840222 1305617769 1692503039 1353360431 4178980589 1488672652)' +o rules:numerics
(FPCore (x y z)
  :name "Commute and associate"
  (- (+ (+ x y) z) (+ x (+ y z))))