Average Error: 0.0 → 0.0
Time: 6.1s
Precision: 64
Internal Precision: 2176
\[\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: 6.1s)Debug logProfile

herbie shell --seed '#(1070960995 739739648 2531964651 3069671617 351857262 3877178482)' 
(FPCore (x y z)
  :name "Commute and associate"
  (- (+ (+ x y) z) (+ x (+ y z))))