| Alternative 1 | |
|---|---|
| Error | 11.7 |
| Cost | 1620 |
\[\begin{array}{l}
t_0 := 0.5 \cdot \left(x \cdot x\right)\\
\mathbf{if}\;x \cdot x \leq 7 \cdot 10^{-35}:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{elif}\;x \cdot x \leq 6.5 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 1.65 \cdot 10^{+25}:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{elif}\;x \cdot x \leq 4.8 \cdot 10^{+94}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot x \leq 1.22 \cdot 10^{+123}:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]