\[\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i\]
Test:
Linear.V4:$cdot from linear-1.19.1.3
Bits:
128 bits
Bits error versus xBits error versus yBits error versus zBits error versus tBits error versus aBits error versus bBits error versus cBits error versus i
\(\left(i \cdot c + t \cdot z\right) + \left(b \cdot a + x \cdot y\right)\)
Started with
\[\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i\]
0.0
Using strategy rm
0.0
Applied add-cube-cbrt to get
\[\color{red}{\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i} \leadsto \color{blue}{{\left(\sqrt[3]{\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i}\right)}^3}\]
1.3
Applied taylor to get
\[{\left(\sqrt[3]{\left(\left(x \cdot y + z \cdot t\right) + a \cdot b\right) + c \cdot i}\right)}^3 \leadsto {\left(\sqrt[3]{c \cdot i + \left(y \cdot x + \left(b \cdot a + t \cdot z\right)\right)}\right)}^3\]
1.3
Taylor expanded around 0 to get
\[{\color{red}{\left(\sqrt[3]{c \cdot i + \left(y \cdot x + \left(b \cdot a + t \cdot z\right)\right)}\right)}}^3 \leadsto {\color{blue}{\left(\sqrt[3]{c \cdot i + \left(y \cdot x + \left(b \cdot a + t \cdot z\right)\right)}\right)}}^3\]
1.3
Applied simplify to get
\[\color{red}{{\left(\sqrt[3]{c \cdot i + \left(y \cdot x + \left(b \cdot a + t \cdot z\right)\right)}\right)}^3} \leadsto \color{blue}{\left(i \cdot c + t \cdot z\right) + \left(b \cdot a + x \cdot y\right)}\]
0.0
Removed slow pow expressions
Original test:
(lambda ((x default) (y default) (z default) (t default) (a default) (b default) (c default) (i default))
#:name "Linear.V4:$cdot from linear-1.19.1.3"
(+ (+ (+ (* x y) (* z t)) (* a b)) (* c i)))