| Alternative 1 |
|---|
| Error | 7.25% |
|---|
| Cost | 3684 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 6000:\\
\;\;\;\;\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 |
|---|
| Error | 7.25% |
|---|
| Cost | 3684 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 6000:\\
\;\;\;\;\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{\frac{cos2phi}{alphax \cdot alphax} + t_0}\\
\mathbf{else}:\\
\;\;\;\;\frac{\mathsf{log1p}\left(-u0\right)}{sin2phi} \cdot \left(alphay \cdot \left(-alphay\right)\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.71% |
|---|
| Cost | 740 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{sin2phi}{alphay \cdot alphay} \leq 1.9999999949504854 \cdot 10^{-6}:\\
\;\;\;\;\frac{u0}{\frac{cos2phi}{alphax \cdot alphax} + \frac{\frac{sin2phi}{alphay}}{alphay}}\\
\mathbf{else}:\\
\;\;\;\;\frac{\left(alphay \cdot alphay\right) \cdot \left(u0 + \left(u0 \cdot u0\right) \cdot \left(0.5 - u0 \cdot -0.3333333333333333\right)\right)}{sin2phi}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 19.04% |
|---|
| Cost | 612 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{sin2phi}{alphay \cdot alphay} \leq 1.9999999949504854 \cdot 10^{-6}:\\
\;\;\;\;\frac{u0}{\frac{cos2phi}{alphax \cdot alphax} + \frac{\frac{sin2phi}{alphay}}{alphay}}\\
\mathbf{else}:\\
\;\;\;\;\frac{\left(alphay \cdot alphay\right) \cdot \left(u0 \cdot \left(1 + u0 \cdot 0.5\right)\right)}{sin2phi}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 18.97% |
|---|
| Cost | 612 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{sin2phi}{alphay \cdot alphay} \leq 1.9999999949504854 \cdot 10^{-6}:\\
\;\;\;\;\frac{u0}{\frac{cos2phi}{alphax \cdot alphax} + \frac{\frac{sin2phi}{alphay}}{alphay}}\\
\mathbf{else}:\\
\;\;\;\;\frac{\left(alphay \cdot alphay\right) \cdot \left(u0 - -0.5 \cdot \left(u0 \cdot u0\right)\right)}{sin2phi}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 12.55% |
|---|
| Cost | 608 |
|---|
\[\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{\frac{cos2phi}{alphax \cdot alphax} + \frac{sin2phi}{alphay \cdot alphay}}
\]
| Alternative 7 |
|---|
| Error | 24.17% |
|---|
| Cost | 416 |
|---|
\[\frac{u0}{\frac{cos2phi}{alphax \cdot alphax} + \frac{sin2phi}{alphay \cdot alphay}}
\]
| Alternative 8 |
|---|
| Error | 33.11% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 1.000000045813705 \cdot 10^{-18}:\\
\;\;\;\;alphax \cdot \frac{u0 \cdot alphax}{cos2phi}\\
\mathbf{else}:\\
\;\;\;\;\left(alphay \cdot alphay\right) \cdot \frac{u0}{sin2phi}\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 33.1% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 1.000000045813705 \cdot 10^{-18}:\\
\;\;\;\;alphax \cdot \frac{u0 \cdot alphax}{cos2phi}\\
\mathbf{else}:\\
\;\;\;\;u0 \cdot \frac{alphay \cdot alphay}{sin2phi}\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 33.11% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 1.000000045813705 \cdot 10^{-18}:\\
\;\;\;\;\frac{u0 \cdot \left(alphax \cdot alphax\right)}{cos2phi}\\
\mathbf{else}:\\
\;\;\;\;u0 \cdot \frac{alphay \cdot alphay}{sin2phi}\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 76.28% |
|---|
| Cost | 224 |
|---|
\[alphax \cdot \left(alphax \cdot \frac{u0}{cos2phi}\right)
\]
| Alternative 12 |
|---|
| Error | 76.27% |
|---|
| Cost | 224 |
|---|
\[alphax \cdot \frac{u0 \cdot alphax}{cos2phi}
\]