| Alternative 1 |
|---|
| Accuracy | 92.2% |
|---|
| Cost | 3684 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 0.004000000189989805:\\
\;\;\;\;\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{\frac{cos2phi}{alphax \cdot alphax} + t_0}\\
\mathbf{else}:\\
\;\;\;\;alphay \cdot \left(\frac{\mathsf{log1p}\left(-u0\right)}{sin2phi} \cdot \left(-alphay\right)\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 98.3% |
|---|
| Cost | 3680 |
|---|
\[\frac{-\mathsf{log1p}\left(-u0\right)}{\frac{cos2phi}{alphax \cdot alphax} + \frac{sin2phi}{alphay \cdot alphay}}
\]
| Alternative 3 |
|---|
| Accuracy | 82.7% |
|---|
| Cost | 772 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 5.000000058430487 \cdot 10^{-8}:\\
\;\;\;\;\frac{u0}{\frac{cos2phi}{alphax \cdot 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 4 |
|---|
| Accuracy | 81.0% |
|---|
| Cost | 612 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 0.0001500000071246177:\\
\;\;\;\;\frac{u0}{\frac{cos2phi}{alphax \cdot alphax} + t_0}\\
\mathbf{else}:\\
\;\;\;\;\frac{alphay \cdot \left(-alphay\right)}{sin2phi \cdot 0.5 - \frac{sin2phi}{u0}}\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 86.8% |
|---|
| Cost | 608 |
|---|
\[\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{\frac{cos2phi}{alphax \cdot alphax} + \frac{sin2phi}{alphay \cdot alphay}}
\]
| Alternative 6 |
|---|
| Accuracy | 75.8% |
|---|
| Cost | 484 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 5.000000229068525 \cdot 10^{-19}:\\
\;\;\;\;\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 7 |
|---|
| Accuracy | 73.8% |
|---|
| Cost | 452 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 5.000000229068525 \cdot 10^{-19}:\\
\;\;\;\;alphax \cdot \left(u0 \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{alphay \cdot \left(-alphay\right)}{sin2phi \cdot 0.5 - \frac{sin2phi}{u0}}\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 66.2% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 5.000000229068525 \cdot 10^{-19}:\\
\;\;\;\;alphax \cdot \left(u0 \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;alphay \cdot \left(u0 \cdot \frac{alphay}{sin2phi}\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 66.1% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 5.000000229068525 \cdot 10^{-19}:\\
\;\;\;\;alphax \cdot \left(u0 \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;alphay \cdot \frac{u0}{\frac{sin2phi}{alphay}}\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 66.2% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 5.000000229068525 \cdot 10^{-19}:\\
\;\;\;\;alphax \cdot \left(u0 \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;\left(alphay \cdot alphay\right) \cdot \frac{u0}{sin2phi}\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 23.6% |
|---|
| Cost | 224 |
|---|
\[alphax \cdot \left(alphax \cdot \frac{u0}{cos2phi}\right)
\]
| Alternative 12 |
|---|
| Accuracy | 23.6% |
|---|
| Cost | 224 |
|---|
\[alphax \cdot \left(u0 \cdot \frac{alphax}{cos2phi}\right)
\]