| Alternative 1 | |
|---|---|
| Error | 11.8 |
| Cost | 1620 |
\[\begin{array}{l}
t_0 := 0.5 \cdot \left(x \cdot x\right)\\
\mathbf{if}\;x \cdot x \leq 1.2078594453936034 \cdot 10^{-73}:\\
\;\;\;\;y \cdot -0.5\\
\mathbf{elif}\;x \cdot x \leq 6.668916562900685 \cdot 10^{-20}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 6.871379846854223 \cdot 10^{+32}:\\
\;\;\;\;y \cdot -0.5\\
\mathbf{elif}\;x \cdot x \leq 1.0437946443770762 \cdot 10^{+92}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 3.4604708437832125 \cdot 10^{+119}:\\
\;\;\;\;y \cdot -0.5\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]