| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 6752 |
|---|
\[\frac{1}{\mathsf{fma}\left(\cosh \left(\frac{x}{s}\right), s \cdot 2, s \cdot 2\right)}
\]
| Alternative 2 |
|---|
| Error | 3.4 |
|---|
| Cost | 3620 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 2.800000062604757 \cdot 10^{-22}:\\
\;\;\;\;\frac{\frac{e^{\frac{x}{s}}}{s}}{4}\\
\mathbf{else}:\\
\;\;\;\;\frac{-1}{s \cdot \left(2 + 2 \cdot \cosh \left(\frac{x}{s}\right)\right)}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 0.2 |
|---|
| Cost | 3616 |
|---|
\[\frac{1}{2 + 2 \cdot \cosh \left(\frac{x}{s}\right)} \cdot \frac{1}{s}
\]
| Alternative 4 |
|---|
| Error | 0.2 |
|---|
| Cost | 3616 |
|---|
\[\frac{1}{\frac{s}{\frac{1}{2 + 2 \cdot \cosh \left(\frac{x}{s}\right)}}}
\]
| Alternative 5 |
|---|
| Error | 4.8 |
|---|
| Cost | 3492 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -6.000000019026461 \cdot 10^{-29}:\\
\;\;\;\;\frac{\frac{e^{\frac{x}{s}}}{s}}{4}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{s \cdot \left(4 + \frac{x}{s} \cdot \frac{x}{s}\right)}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 6.0 |
|---|
| Cost | 3364 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.99999993922529 \cdot 10^{-9}:\\
\;\;\;\;e^{\frac{x}{s}}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{s \cdot \left(4 + \frac{x}{s} \cdot \frac{x}{s}\right)}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 8.9 |
|---|
| Cost | 552 |
|---|
\[\begin{array}{l}
t_0 := \frac{-1}{s \cdot \left(4 + \frac{x}{s} \cdot \frac{x}{s}\right)}\\
\mathbf{if}\;x \leq -9.99999993922529 \cdot 10^{-9}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 5.0000000843119176 \cdot 10^{-17}:\\
\;\;\;\;\frac{0.25 - \frac{x}{s} \cdot \frac{x}{\frac{s}{0.0625}}}{s}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 11.4 |
|---|
| Cost | 488 |
|---|
\[\begin{array}{l}
t_0 := \frac{-1}{s \cdot 4 + \frac{x}{\frac{s}{x}}}\\
\mathbf{if}\;x \leq -0.0010000000474974513:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.999999747378752 \cdot 10^{-5}:\\
\;\;\;\;\frac{0.25}{s}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 7.5 |
|---|
| Cost | 480 |
|---|
\[\frac{1}{\frac{s}{\frac{1}{4 + \frac{x}{s} \cdot \frac{x}{s}}}}
\]
| Alternative 10 |
|---|
| Error | 7.5 |
|---|
| Cost | 416 |
|---|
\[\frac{1}{s \cdot \left(4 + \frac{x}{s} \cdot \frac{x}{s}\right)}
\]
| Alternative 11 |
|---|
| Error | 11.8 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
t_0 := \frac{-s}{x \cdot x}\\
\mathbf{if}\;x \leq -0.0010000000474974513:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.999999747378752 \cdot 10^{-5}:\\
\;\;\;\;\frac{0.25}{s}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]