| Alternative 1 | |
|---|---|
| Error | 11.5 |
| Cost | 1100 |
\[\begin{array}{l}
t_0 := 0.5 \cdot \left(x \cdot x\right)\\
\mathbf{if}\;x \cdot x \leq 1.2877830917169305 \cdot 10^{-96}:\\
\;\;\;\;y \cdot -0.5\\
\mathbf{elif}\;x \cdot x \leq 7.095481276701282 \cdot 10^{-39}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 2.486861793158217 \cdot 10^{-10}:\\
\;\;\;\;y \cdot -0.5\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
