Average Error: 0.0 → 0.0
Time: 50.2s
Precision: 64
Internal Precision: 576
\[\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i\]
\[\left(z \cdot t + x \cdot y\right) + \left(c \cdot i + a \cdot b\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

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

    \[\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i\]
  2. Using strategy rm
  3. Applied associate-+l+0.0

    \[\leadsto \color{blue}{\left(x \cdot y + z \cdot t\right) + \left(a \cdot b + c \cdot i\right)}\]
  4. Final simplification0.0

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

Runtime

Time bar (total: 50.2s)Debug logProfile

herbie shell --seed 2018225 
(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)))