| Alternative 1 |
|---|
| Error | 0.2 |
|---|
| Cost | 7424 |
|---|
\[-1 + \left({\left(a \cdot a + b \cdot b\right)}^{2} + 4 \cdot \left(b \cdot b\right)\right)
\]
| Alternative 2 |
|---|
| Error | 2.3 |
|---|
| Cost | 7304 |
|---|
\[\begin{array}{l}
t_0 := -1 + {a}^{4}\\
\mathbf{if}\;a \leq -0.09526439621463072:\\
\;\;\;\;t_0\\
\mathbf{elif}\;a \leq 7.600598030530978 \cdot 10^{-35}:\\
\;\;\;\;-1 + \left(4 \cdot \left(b \cdot b\right) + {b}^{4}\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 2.3 |
|---|
| Cost | 7240 |
|---|
\[\begin{array}{l}
t_0 := -1 + {a}^{4}\\
\mathbf{if}\;a \leq -0.09526439621463072:\\
\;\;\;\;t_0\\
\mathbf{elif}\;a \leq 7.600598030530978 \cdot 10^{-35}:\\
\;\;\;\;-1 + b \cdot \left(b \cdot \mathsf{fma}\left(b, b, 4\right)\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 2.3 |
|---|
| Cost | 6920 |
|---|
\[\begin{array}{l}
t_0 := -1 + {a}^{4}\\
\mathbf{if}\;a \leq -0.09526439621463072:\\
\;\;\;\;t_0\\
\mathbf{elif}\;a \leq 7.600598030530978 \cdot 10^{-35}:\\
\;\;\;\;-1 + \left(b \cdot b\right) \cdot \left(4 + b \cdot b\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 2.2 |
|---|
| Cost | 6792 |
|---|
\[\begin{array}{l}
\mathbf{if}\;a \leq -14.400436092630466:\\
\;\;\;\;{a}^{4}\\
\mathbf{elif}\;a \leq 0.01936653645955238:\\
\;\;\;\;-1 + \left(b \cdot b\right) \cdot \left(4 + b \cdot b\right)\\
\mathbf{else}:\\
\;\;\;\;{a}^{4}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 11.4 |
|---|
| Cost | 704 |
|---|
\[-1 + \left(b \cdot b\right) \cdot \left(4 + b \cdot b\right)
\]
| Alternative 7 |
|---|
| Error | 12.3 |
|---|
| Cost | 576 |
|---|
\[-1 + \left(b \cdot b\right) \cdot \left(b \cdot b\right)
\]
| Alternative 8 |
|---|
| Error | 22.8 |
|---|
| Cost | 448 |
|---|
\[-1 + 4 \cdot \left(b \cdot b\right)
\]