| Alternative 1 |
|---|
| Error | 2.5 |
|---|
| Cost | 3684 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 280000:\\
\;\;\;\;\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{t_0 + \frac{cos2phi}{alphax \cdot alphax}}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{log1p}\left(-u0\right) \cdot \left(-\frac{alphay \cdot alphay}{sin2phi}\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.5 |
|---|
| Cost | 3680 |
|---|
\[\frac{-\mathsf{log1p}\left(-u0\right)}{\frac{sin2phi}{alphay \cdot alphay} + \frac{cos2phi}{alphax \cdot alphax}}
\]
| Alternative 3 |
|---|
| Error | 3.3 |
|---|
| Cost | 1156 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 280000:\\
\;\;\;\;\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{t_0 + \frac{cos2phi}{alphax \cdot alphax}}\\
\mathbf{else}:\\
\;\;\;\;\frac{alphay \cdot \left(-alphay\right)}{\left(\left(sin2phi \cdot 0.5 - \frac{sin2phi}{u0}\right) + u0 \cdot \left(sin2phi \cdot 0.08333333333333333\right)\right) - u0 \cdot \left(u0 \cdot \left(sin2phi \cdot 0.041666666666666664 - sin2phi \cdot 0.08333333333333333\right)\right)}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 5.6 |
|---|
| Cost | 772 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 5000:\\
\;\;\;\;\frac{u0}{\frac{\frac{cos2phi}{alphax}}{alphax} + t_0}\\
\mathbf{else}:\\
\;\;\;\;\frac{alphay \cdot \left(-alphay\right)}{\left(sin2phi \cdot 0.5 - \frac{sin2phi}{u0}\right) + u0 \cdot \left(sin2phi \cdot 0.08333333333333333\right)}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 6.1 |
|---|
| Cost | 612 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 5000:\\
\;\;\;\;\frac{u0}{t_0 + \frac{cos2phi}{alphax \cdot alphax}}\\
\mathbf{else}:\\
\;\;\;\;\frac{alphay \cdot \left(-alphay\right)}{sin2phi \cdot 0.5 - \frac{sin2phi}{u0}}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 6.1 |
|---|
| Cost | 612 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 5000:\\
\;\;\;\;\frac{u0}{\frac{\frac{cos2phi}{alphax}}{alphax} + t_0}\\
\mathbf{else}:\\
\;\;\;\;\frac{alphay \cdot \left(-alphay\right)}{sin2phi \cdot 0.5 - \frac{sin2phi}{u0}}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 4.2 |
|---|
| Cost | 608 |
|---|
\[\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{\frac{sin2phi}{alphay \cdot alphay} + \frac{cos2phi}{alphax \cdot alphax}}
\]
| Alternative 8 |
|---|
| Error | 7.7 |
|---|
| Cost | 484 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 1.199999961918627 \cdot 10^{-20}:\\
\;\;\;\;\frac{alphax \cdot alphax}{cos2phi} \cdot \left(u0 + u0 \cdot \left(u0 \cdot 0.5\right)\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{alphay \cdot \left(-alphay\right)}{sin2phi \cdot 0.5 - \frac{sin2phi}{u0}}\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 8.4 |
|---|
| Cost | 452 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 3.499999888929329 \cdot 10^{-22}:\\
\;\;\;\;\frac{alphax \cdot \left(u0 \cdot alphax\right)}{cos2phi}\\
\mathbf{else}:\\
\;\;\;\;\frac{alphay \cdot \left(-alphay\right)}{sin2phi \cdot 0.5 - \frac{sin2phi}{u0}}\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 10.8 |
|---|
| Cost | 420 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{sin2phi}{alphay \cdot alphay} \leq 2.0000000072549875 \cdot 10^{-15}:\\
\;\;\;\;u0 \cdot \left(alphax \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;\left(alphay \cdot alphay\right) \cdot \frac{u0}{sin2phi}\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 10.8 |
|---|
| Cost | 420 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{sin2phi}{alphay \cdot alphay} \leq 2.0000000072549875 \cdot 10^{-15}:\\
\;\;\;\;\frac{alphax \cdot \left(u0 \cdot alphax\right)}{cos2phi}\\
\mathbf{else}:\\
\;\;\;\;\left(alphay \cdot alphay\right) \cdot \frac{u0}{sin2phi}\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 10.9 |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 1.199999961918627 \cdot 10^{-20}:\\
\;\;\;\;u0 \cdot \left(alphax \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;u0 \cdot \left(alphay \cdot \frac{alphay}{sin2phi}\right)\\
\end{array}
\]
| Alternative 13 |
|---|
| Error | 13.4 |
|---|
| Cost | 224 |
|---|
\[u0 \cdot \left(alphay \cdot \frac{alphay}{sin2phi}\right)
\]