| Alternative 1 |
|---|
| Error | 2.3 |
|---|
| Cost | 3684 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 4.5:\\
\;\;\;\;\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{\frac{cos2phi}{alphax \cdot alphax} + t_0}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{log1p}\left(-u0\right) \cdot \frac{alphay \cdot \left(-alphay\right)}{sin2phi}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 7.9 |
|---|
| Cost | 608 |
|---|
\[\frac{u0}{alphax \cdot sin2phi + \left(alphay \cdot alphay\right) \cdot \frac{cos2phi}{alphax}} \cdot \left(alphax \cdot \left(alphay \cdot alphay\right)\right)
\]
| Alternative 3 |
|---|
| Error | 7.9 |
|---|
| Cost | 608 |
|---|
\[\frac{\left(alphax \cdot alphax\right) \cdot \left(u0 \cdot alphay\right)}{\frac{alphax \cdot \left(alphax \cdot sin2phi\right)}{alphay} + cos2phi \cdot alphay}
\]
| Alternative 4 |
|---|
| Error | 4.1 |
|---|
| Cost | 608 |
|---|
\[\frac{u0 - -0.5 \cdot \left(u0 \cdot u0\right)}{\frac{cos2phi}{alphax \cdot alphax} + \frac{sin2phi}{alphay \cdot alphay}}
\]
| Alternative 5 |
|---|
| Error | 7.9 |
|---|
| Cost | 544 |
|---|
\[\frac{u0}{alphax \cdot \frac{sin2phi}{alphay} + alphay \cdot \frac{cos2phi}{alphax}} \cdot \left(alphax \cdot alphay\right)
\]
| Alternative 6 |
|---|
| Error | 10.7 |
|---|
| Cost | 420 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\frac{sin2phi}{alphay \cdot alphay} \leq 9.999999682655225 \cdot 10^{-20}:\\
\;\;\;\;alphax \cdot \left(u0 \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;\left(alphay \cdot alphay\right) \cdot \frac{u0}{sin2phi}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 7.9 |
|---|
| Cost | 416 |
|---|
\[\frac{u0}{\frac{cos2phi}{alphax \cdot alphax} + \frac{sin2phi}{alphay \cdot alphay}}
\]
| Alternative 8 |
|---|
| Error | 24.6 |
|---|
| Cost | 224 |
|---|
\[alphax \cdot \left(alphax \cdot \frac{u0}{cos2phi}\right)
\]
| Alternative 9 |
|---|
| Error | 24.6 |
|---|
| Cost | 224 |
|---|
\[alphax \cdot \left(u0 \cdot \frac{alphax}{cos2phi}\right)
\]