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

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)\]
  2. Applied simplify0

    \[\leadsto \color{blue}{0}\]
  3. Removed slow pow expressions.

Runtime

Time bar (total: 3.7s)Debug logProfile

herbie shell --seed '#(1064046164 1949114861 3646175192 397574969 4267581073 2306168011)' 
(FPCore (x y z)
  :name "Commute and associate"
  (- (+ (+ x y) z) (+ x (+ y z))))