Average Error: 0.1 → 0.1
Time: 2.4s
Precision: 64
Internal Precision: 1856
\[\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.1

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

Runtime

Time bar (total: 2.4s)Debug logProfile

herbie shell --seed '#(1071852389 864846987 1238109217 3425890003 4124793586 650694553)' 
(FPCore (x y z)
  :name "Commute and associate"
  (- (+ (+ x y) z) (+ x (+ y z))))