| Alternative 1 | |
|---|---|
| Error | 14.5 |
| Cost | 1556 |
\[\begin{array}{l}
t_0 := y \cdot \left(-y\right)\\
\mathbf{if}\;x \cdot x \leq 1.3 \cdot 10^{-305}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 2.4 \cdot 10^{-226}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \cdot x \leq 2.6 \cdot 10^{-168}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 2.2 \cdot 10^{-120}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \cdot x \leq 6.8 \cdot 10^{-81}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x \cdot x\\
\end{array}
\]