| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 6848 |
|---|
\[\mathsf{fma}\left(x, x, \left(y \cdot -4\right) \cdot z\right)
\]
| Alternative 2 |
|---|
| Error | 14.4 |
|---|
| Cost | 1620 |
|---|
\[\begin{array}{l}
t_0 := \left(y \cdot -4\right) \cdot z\\
\mathbf{if}\;x \cdot x \leq 1.1500167039021529 \cdot 10^{-155}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 5.183892542530957 \cdot 10^{-125}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \cdot x \leq 1.1597881905185326 \cdot 10^{-70}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 1.304053218251498 \cdot 10^{+61}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \cdot x \leq 1.229801559173962 \cdot 10^{+152}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x \cdot x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 0.1 |
|---|
| Cost | 576 |
|---|
\[x \cdot x - z \cdot \left(y \cdot 4\right)
\]