Average Error: 0.0 → 0.0
Time: 3.4m
Precision: 64
Internal Precision: 576
\[\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i\]
\[(a \cdot b + \left(c \cdot i\right))_* + (z \cdot t + \left(y \cdot x\right))_*\]

Error

Bits error versus x

Bits error versus y

Bits error versus z

Bits error versus t

Bits error versus a

Bits error versus b

Bits error versus c

Bits error versus i

Derivation

  1. Initial program 0.0

    \[\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i\]
  2. Initial simplification0.0

    \[\leadsto (z \cdot t + \left(y \cdot x\right))_* + (a \cdot b + \left(c \cdot i\right))_*\]
  3. Final simplification0.0

    \[\leadsto (a \cdot b + \left(c \cdot i\right))_* + (z \cdot t + \left(y \cdot x\right))_*\]

Runtime

Time bar (total: 3.4m)Debug logProfile

herbie shell --seed 2018214 +o rules:numerics
(FPCore (x y z t a b c i)
  :name "Linear.V4:$cdot from linear-1.19.1.3"
  (+ (+ (+ (* x y) (* z t)) (* a b)) (* c i)))