| Alternative 1 | |
|---|---|
| Error | 13.2 |
| Cost | 7752 |
\[\begin{array}{l}
t_0 := y \cdot \left(4 \cdot y\right)\\
t_1 := x \cdot x - t_0\\
t_2 := \frac{t_1}{x \cdot x + t_0}\\
\mathbf{if}\;x \leq -5.93 \cdot 10^{+88}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -1.5320056026564973 \cdot 10^{-159}:\\
\;\;\;\;\frac{t_1}{\mathsf{fma}\left(y, 4 \cdot y, x \cdot x\right)}\\
\mathbf{elif}\;x \leq 5.3338191846062035 \cdot 10^{-160}:\\
\;\;\;\;\mathsf{fma}\left(0.5, \frac{x}{y} \cdot \frac{x}{y}, -1\right)\\
\mathbf{elif}\;x \leq 2.513118594758546 \cdot 10^{-38}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;x \leq 1.3353366983569153 \cdot 10^{+24}:\\
\;\;\;\;-1 + 0.25 \cdot \frac{x}{y \cdot \frac{y}{x}}\\
\mathbf{elif}\;x \leq 7.7997048750057435 \cdot 10^{+56}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]
