Average Error: 0.0 → 0.0
Time: 10.6s
Precision: 64
Internal Precision: 1920
\[\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: 10.6s)Debug log

herbie shell --seed '#(1567391828 2030694642 2833800258 828025724 3004380912 3532991858)' +o setup:early-exit +o reduce:binary-search
(FPCore (x y z)
  :name "Commute and associate"
  (- (+ (+ x y) z) (+ x (+ y z))))