\[\frac{\left(x - 2\right) \cdot \left(\left(\left(\left(x \cdot 4.16438922228 + 78.6994924154\right) \cdot x + 137.519416416\right) \cdot x + y\right) \cdot x + z\right)}{\left(\left(\left(x + 43.3400022514\right) \cdot x + 263.505074721\right) \cdot x + 313.399215894\right) \cdot x + 47.066876606}
\]
↓
\[\begin{array}{l}
t_0 := x \cdot 4.16438922228 + 78.6994924154\\
\mathbf{if}\;\frac{\left(x - 2\right) \cdot \left(\left(\left(t_0 \cdot x + 137.519416416\right) \cdot x + y\right) \cdot x + z\right)}{\left(\left(\left(x + 43.3400022514\right) \cdot x + 263.505074721\right) \cdot x + 313.399215894\right) \cdot x + 47.066876606} \leq 5 \cdot 10^{+293}:\\
\;\;\;\;\left(x - 2\right) \cdot \frac{x \cdot \left(x \cdot \left(x \cdot t_0 + 137.519416416\right) + y\right) + z}{x \cdot \left(x \cdot \left(x \cdot \left(x + 43.3400022514\right) + 263.505074721\right) + 313.399215894\right) + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;\left(x \cdot 4.16438922228 + 3655.1204654076414 \cdot \frac{1}{x}\right) + \left(-110.1139242984811 - \frac{130977.50649958357 + \left(-y\right)}{{x}^{2}}\right)\\
\end{array}
\]
(FPCore (x y z)
:precision binary64
(/
(*
(- x 2.0)
(+
(*
(+ (* (+ (* (+ (* x 4.16438922228) 78.6994924154) x) 137.519416416) x) y)
x)
z))
(+
(* (+ (* (+ (* (+ x 43.3400022514) x) 263.505074721) x) 313.399215894) x)
47.066876606)))↓
(FPCore (x y z)
:precision binary64
(let* ((t_0 (+ (* x 4.16438922228) 78.6994924154)))
(if (<=
(/
(* (- x 2.0) (+ (* (+ (* (+ (* t_0 x) 137.519416416) x) y) x) z))
(+
(*
(+ (* (+ (* (+ x 43.3400022514) x) 263.505074721) x) 313.399215894)
x)
47.066876606))
5e+293)
(*
(- x 2.0)
(/
(+ (* x (+ (* x (+ (* x t_0) 137.519416416)) y)) z)
(+
(*
x
(+ (* x (+ (* x (+ x 43.3400022514)) 263.505074721)) 313.399215894))
47.066876606)))
(+
(+ (* x 4.16438922228) (* 3655.1204654076414 (/ 1.0 x)))
(- -110.1139242984811 (/ (+ 130977.50649958357 (- y)) (pow x 2.0)))))))double code(double x, double y, double z) {
return ((x - 2.0) * ((((((((x * 4.16438922228) + 78.6994924154) * x) + 137.519416416) * x) + y) * x) + z)) / (((((((x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606);
}
↓
double code(double x, double y, double z) {
double t_0 = (x * 4.16438922228) + 78.6994924154;
double tmp;
if ((((x - 2.0) * ((((((t_0 * x) + 137.519416416) * x) + y) * x) + z)) / (((((((x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606)) <= 5e+293) {
tmp = (x - 2.0) * (((x * ((x * ((x * t_0) + 137.519416416)) + y)) + z) / ((x * ((x * ((x * (x + 43.3400022514)) + 263.505074721)) + 313.399215894)) + 47.066876606));
} else {
tmp = ((x * 4.16438922228) + (3655.1204654076414 * (1.0 / x))) + (-110.1139242984811 - ((130977.50649958357 + -y) / pow(x, 2.0)));
}
return tmp;
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
code = ((x - 2.0d0) * ((((((((x * 4.16438922228d0) + 78.6994924154d0) * x) + 137.519416416d0) * x) + y) * x) + z)) / (((((((x + 43.3400022514d0) * x) + 263.505074721d0) * x) + 313.399215894d0) * x) + 47.066876606d0)
end function
↓
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
real(8) :: t_0
real(8) :: tmp
t_0 = (x * 4.16438922228d0) + 78.6994924154d0
if ((((x - 2.0d0) * ((((((t_0 * x) + 137.519416416d0) * x) + y) * x) + z)) / (((((((x + 43.3400022514d0) * x) + 263.505074721d0) * x) + 313.399215894d0) * x) + 47.066876606d0)) <= 5d+293) then
tmp = (x - 2.0d0) * (((x * ((x * ((x * t_0) + 137.519416416d0)) + y)) + z) / ((x * ((x * ((x * (x + 43.3400022514d0)) + 263.505074721d0)) + 313.399215894d0)) + 47.066876606d0))
else
tmp = ((x * 4.16438922228d0) + (3655.1204654076414d0 * (1.0d0 / x))) + ((-110.1139242984811d0) - ((130977.50649958357d0 + -y) / (x ** 2.0d0)))
end if
code = tmp
end function
public static double code(double x, double y, double z) {
return ((x - 2.0) * ((((((((x * 4.16438922228) + 78.6994924154) * x) + 137.519416416) * x) + y) * x) + z)) / (((((((x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606);
}
↓
public static double code(double x, double y, double z) {
double t_0 = (x * 4.16438922228) + 78.6994924154;
double tmp;
if ((((x - 2.0) * ((((((t_0 * x) + 137.519416416) * x) + y) * x) + z)) / (((((((x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606)) <= 5e+293) {
tmp = (x - 2.0) * (((x * ((x * ((x * t_0) + 137.519416416)) + y)) + z) / ((x * ((x * ((x * (x + 43.3400022514)) + 263.505074721)) + 313.399215894)) + 47.066876606));
} else {
tmp = ((x * 4.16438922228) + (3655.1204654076414 * (1.0 / x))) + (-110.1139242984811 - ((130977.50649958357 + -y) / Math.pow(x, 2.0)));
}
return tmp;
}
def code(x, y, z):
return ((x - 2.0) * ((((((((x * 4.16438922228) + 78.6994924154) * x) + 137.519416416) * x) + y) * x) + z)) / (((((((x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606)
↓
def code(x, y, z):
t_0 = (x * 4.16438922228) + 78.6994924154
tmp = 0
if (((x - 2.0) * ((((((t_0 * x) + 137.519416416) * x) + y) * x) + z)) / (((((((x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606)) <= 5e+293:
tmp = (x - 2.0) * (((x * ((x * ((x * t_0) + 137.519416416)) + y)) + z) / ((x * ((x * ((x * (x + 43.3400022514)) + 263.505074721)) + 313.399215894)) + 47.066876606))
else:
tmp = ((x * 4.16438922228) + (3655.1204654076414 * (1.0 / x))) + (-110.1139242984811 - ((130977.50649958357 + -y) / math.pow(x, 2.0)))
return tmp
function code(x, y, z)
return Float64(Float64(Float64(x - 2.0) * Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(x * 4.16438922228) + 78.6994924154) * x) + 137.519416416) * x) + y) * x) + z)) / Float64(Float64(Float64(Float64(Float64(Float64(Float64(x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606))
end
↓
function code(x, y, z)
t_0 = Float64(Float64(x * 4.16438922228) + 78.6994924154)
tmp = 0.0
if (Float64(Float64(Float64(x - 2.0) * Float64(Float64(Float64(Float64(Float64(Float64(t_0 * x) + 137.519416416) * x) + y) * x) + z)) / Float64(Float64(Float64(Float64(Float64(Float64(Float64(x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606)) <= 5e+293)
tmp = Float64(Float64(x - 2.0) * Float64(Float64(Float64(x * Float64(Float64(x * Float64(Float64(x * t_0) + 137.519416416)) + y)) + z) / Float64(Float64(x * Float64(Float64(x * Float64(Float64(x * Float64(x + 43.3400022514)) + 263.505074721)) + 313.399215894)) + 47.066876606)));
else
tmp = Float64(Float64(Float64(x * 4.16438922228) + Float64(3655.1204654076414 * Float64(1.0 / x))) + Float64(-110.1139242984811 - Float64(Float64(130977.50649958357 + Float64(-y)) / (x ^ 2.0))));
end
return tmp
end
function tmp = code(x, y, z)
tmp = ((x - 2.0) * ((((((((x * 4.16438922228) + 78.6994924154) * x) + 137.519416416) * x) + y) * x) + z)) / (((((((x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606);
end
↓
function tmp_2 = code(x, y, z)
t_0 = (x * 4.16438922228) + 78.6994924154;
tmp = 0.0;
if ((((x - 2.0) * ((((((t_0 * x) + 137.519416416) * x) + y) * x) + z)) / (((((((x + 43.3400022514) * x) + 263.505074721) * x) + 313.399215894) * x) + 47.066876606)) <= 5e+293)
tmp = (x - 2.0) * (((x * ((x * ((x * t_0) + 137.519416416)) + y)) + z) / ((x * ((x * ((x * (x + 43.3400022514)) + 263.505074721)) + 313.399215894)) + 47.066876606));
else
tmp = ((x * 4.16438922228) + (3655.1204654076414 * (1.0 / x))) + (-110.1139242984811 - ((130977.50649958357 + -y) / (x ^ 2.0)));
end
tmp_2 = tmp;
end
code[x_, y_, z_] := N[(N[(N[(x - 2.0), $MachinePrecision] * N[(N[(N[(N[(N[(N[(N[(N[(x * 4.16438922228), $MachinePrecision] + 78.6994924154), $MachinePrecision] * x), $MachinePrecision] + 137.519416416), $MachinePrecision] * x), $MachinePrecision] + y), $MachinePrecision] * x), $MachinePrecision] + z), $MachinePrecision]), $MachinePrecision] / N[(N[(N[(N[(N[(N[(N[(x + 43.3400022514), $MachinePrecision] * x), $MachinePrecision] + 263.505074721), $MachinePrecision] * x), $MachinePrecision] + 313.399215894), $MachinePrecision] * x), $MachinePrecision] + 47.066876606), $MachinePrecision]), $MachinePrecision]
↓
code[x_, y_, z_] := Block[{t$95$0 = N[(N[(x * 4.16438922228), $MachinePrecision] + 78.6994924154), $MachinePrecision]}, If[LessEqual[N[(N[(N[(x - 2.0), $MachinePrecision] * N[(N[(N[(N[(N[(N[(t$95$0 * x), $MachinePrecision] + 137.519416416), $MachinePrecision] * x), $MachinePrecision] + y), $MachinePrecision] * x), $MachinePrecision] + z), $MachinePrecision]), $MachinePrecision] / N[(N[(N[(N[(N[(N[(N[(x + 43.3400022514), $MachinePrecision] * x), $MachinePrecision] + 263.505074721), $MachinePrecision] * x), $MachinePrecision] + 313.399215894), $MachinePrecision] * x), $MachinePrecision] + 47.066876606), $MachinePrecision]), $MachinePrecision], 5e+293], N[(N[(x - 2.0), $MachinePrecision] * N[(N[(N[(x * N[(N[(x * N[(N[(x * t$95$0), $MachinePrecision] + 137.519416416), $MachinePrecision]), $MachinePrecision] + y), $MachinePrecision]), $MachinePrecision] + z), $MachinePrecision] / N[(N[(x * N[(N[(x * N[(N[(x * N[(x + 43.3400022514), $MachinePrecision]), $MachinePrecision] + 263.505074721), $MachinePrecision]), $MachinePrecision] + 313.399215894), $MachinePrecision]), $MachinePrecision] + 47.066876606), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(N[(x * 4.16438922228), $MachinePrecision] + N[(3655.1204654076414 * N[(1.0 / x), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-110.1139242984811 - N[(N[(130977.50649958357 + (-y)), $MachinePrecision] / N[Power[x, 2.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
\frac{\left(x - 2\right) \cdot \left(\left(\left(\left(x \cdot 4.16438922228 + 78.6994924154\right) \cdot x + 137.519416416\right) \cdot x + y\right) \cdot x + z\right)}{\left(\left(\left(x + 43.3400022514\right) \cdot x + 263.505074721\right) \cdot x + 313.399215894\right) \cdot x + 47.066876606}
↓
\begin{array}{l}
t_0 := x \cdot 4.16438922228 + 78.6994924154\\
\mathbf{if}\;\frac{\left(x - 2\right) \cdot \left(\left(\left(t_0 \cdot x + 137.519416416\right) \cdot x + y\right) \cdot x + z\right)}{\left(\left(\left(x + 43.3400022514\right) \cdot x + 263.505074721\right) \cdot x + 313.399215894\right) \cdot x + 47.066876606} \leq 5 \cdot 10^{+293}:\\
\;\;\;\;\left(x - 2\right) \cdot \frac{x \cdot \left(x \cdot \left(x \cdot t_0 + 137.519416416\right) + y\right) + z}{x \cdot \left(x \cdot \left(x \cdot \left(x + 43.3400022514\right) + 263.505074721\right) + 313.399215894\right) + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;\left(x \cdot 4.16438922228 + 3655.1204654076414 \cdot \frac{1}{x}\right) + \left(-110.1139242984811 - \frac{130977.50649958357 + \left(-y\right)}{{x}^{2}}\right)\\
\end{array}
Alternatives
| Alternative 1 |
|---|
| Error | 1.5 |
|---|
| Cost | 2632 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718}\\
\mathbf{if}\;x \leq -8.9 \cdot 10^{+46}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 5.6 \cdot 10^{+46}:\\
\;\;\;\;\left(x \cdot \left(x \cdot \left(x \cdot \left(x \cdot 4.16438922228 + 78.6994924154\right) + 137.519416416\right) + y\right) + z\right) \cdot \frac{x - 2}{x \cdot \left(x \cdot \left(x \cdot \left(x + 43.3400022514\right) + 263.505074721\right) + 313.399215894\right) + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 1.4 |
|---|
| Cost | 2632 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718}\\
\mathbf{if}\;x \leq -8.9 \cdot 10^{+46}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 5.6 \cdot 10^{+46}:\\
\;\;\;\;\left(x - 2\right) \cdot \frac{x \cdot \left(x \cdot \left(x \cdot \left(x \cdot 4.16438922228 + 78.6994924154\right) + 137.519416416\right) + y\right) + z}{x \cdot \left(x \cdot \left(x \cdot \left(x + 43.3400022514\right) + 263.505074721\right) + 313.399215894\right) + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 3.3 |
|---|
| Cost | 2248 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718}\\
\mathbf{if}\;x \leq -1.55 \cdot 10^{+42}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 7.8 \cdot 10^{+28}:\\
\;\;\;\;\frac{2 - x}{\frac{-1}{\frac{x \cdot \left(x \cdot 137.519416416 + y\right) + z}{x \cdot \left(x \cdot \left(x \cdot \left(x + 43.3400022514\right) + 263.505074721\right) + 313.399215894\right) + 47.066876606}}}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 3.6 |
|---|
| Cost | 2120 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718}\\
\mathbf{if}\;x \leq -2.6 \cdot 10^{+36}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 6.4 \cdot 10^{+16}:\\
\;\;\;\;\frac{\left(x - 2\right) \cdot \left(\left(x \cdot 137.519416416 + y\right) \cdot x + z\right)}{\left(\left(\left(x + 43.3400022514\right) \cdot x + 263.505074721\right) \cdot x + 313.399215894\right) \cdot x + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 4.8 |
|---|
| Cost | 1868 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.85 \cdot 10^{+39}:\\
\;\;\;\;\frac{x - 2}{0.24013125253755718}\\
\mathbf{elif}\;x \leq -3.4 \cdot 10^{-5}:\\
\;\;\;\;\frac{z}{\frac{47.066876606 + x \cdot \left(313.399215894 + x \cdot \left(263.505074721 + x \cdot \left(x + 43.3400022514\right)\right)\right)}{x - 2}}\\
\mathbf{elif}\;x \leq 1700:\\
\;\;\;\;\frac{\left(x - 2\right) \cdot \left(\left(x \cdot 137.519416416 + y\right) \cdot x + z\right)}{\left(x \cdot 263.505074721 + 313.399215894\right) \cdot x + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;\frac{x - 2}{0.24013125253755718 + 5.86923874282773 \cdot \frac{1}{x}}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 4.9 |
|---|
| Cost | 1612 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.3 \cdot 10^{+37}:\\
\;\;\;\;\frac{x - 2}{0.24013125253755718}\\
\mathbf{elif}\;x \leq -3.4 \cdot 10^{-5}:\\
\;\;\;\;z \cdot \frac{x - 2}{47.066876606 + x \cdot \left(313.399215894 + x \cdot \left(263.505074721 + x \cdot \left(x + 43.3400022514\right)\right)\right)}\\
\mathbf{elif}\;x \leq 260:\\
\;\;\;\;\frac{\left(x - 2\right) \cdot \left(\left(x \cdot 137.519416416 + y\right) \cdot x + z\right)}{x \cdot 313.399215894 + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;\frac{x - 2}{0.24013125253755718 + 5.86923874282773 \cdot \frac{1}{x}}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 4.9 |
|---|
| Cost | 1612 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.3 \cdot 10^{+37}:\\
\;\;\;\;\frac{x - 2}{0.24013125253755718}\\
\mathbf{elif}\;x \leq -3.2 \cdot 10^{-6}:\\
\;\;\;\;\frac{z}{\frac{47.066876606 + x \cdot \left(313.399215894 + x \cdot \left(263.505074721 + x \cdot \left(x + 43.3400022514\right)\right)\right)}{x - 2}}\\
\mathbf{elif}\;x \leq 18000:\\
\;\;\;\;\frac{\left(x - 2\right) \cdot \left(\left(x \cdot 137.519416416 + y\right) \cdot x + z\right)}{x \cdot 313.399215894 + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;\frac{x - 2}{0.24013125253755718 + 5.86923874282773 \cdot \frac{1}{x}}\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 5.1 |
|---|
| Cost | 1480 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718 + 5.86923874282773 \cdot \frac{1}{x}}\\
\mathbf{if}\;x \leq -0.175:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2:\\
\;\;\;\;\left(x \cdot \left(x \cdot \left(x \cdot \left(x \cdot 4.16438922228 + 78.6994924154\right) + 137.519416416\right) + y\right) + z\right) \cdot -0.0424927283095952\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 4.7 |
|---|
| Cost | 1480 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718 + 5.86923874282773 \cdot \frac{1}{x}}\\
\mathbf{if}\;x \leq -36:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 118:\\
\;\;\;\;\frac{\left(x - 2\right) \cdot \left(\left(x \cdot 137.519416416 + y\right) \cdot x + z\right)}{x \cdot 313.399215894 + 47.066876606}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 6.4 |
|---|
| Cost | 1352 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718 + 5.86923874282773 \cdot \frac{1}{x}}\\
\mathbf{if}\;x \leq -0.175:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.38:\\
\;\;\;\;\left(x - 2\right) \cdot \left(0.0212463641547976 \cdot z + \left(0.0212463641547976 \cdot y - z \cdot 0.14147091005106402\right) \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 6.6 |
|---|
| Cost | 1096 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718 + 5.86923874282773 \cdot \frac{1}{x}}\\
\mathbf{if}\;x \leq -0.175:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 450:\\
\;\;\;\;\left(x - 2\right) \cdot \left(0.0212463641547976 \cdot z + x \cdot \left(0.0212463641547976 \cdot y\right)\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 14.3 |
|---|
| Cost | 968 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718}\\
\mathbf{if}\;x \leq -36:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2100:\\
\;\;\;\;z \cdot \frac{x - 2}{47.066876606 + x \cdot 313.399215894}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 13 |
|---|
| Error | 14.3 |
|---|
| Cost | 968 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -36:\\
\;\;\;\;\left(x \cdot 4.16438922228 + 3655.1204654076414 \cdot \frac{1}{x}\right) - 110.1139242984811\\
\mathbf{elif}\;x \leq 11.5:\\
\;\;\;\;z \cdot \frac{x - 2}{47.066876606 + x \cdot 313.399215894}\\
\mathbf{else}:\\
\;\;\;\;\frac{x - 2}{0.24013125253755718}\\
\end{array}
\]
| Alternative 14 |
|---|
| Error | 14.2 |
|---|
| Cost | 968 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718 + 5.86923874282773 \cdot \frac{1}{x}}\\
\mathbf{if}\;x \leq -36:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 18:\\
\;\;\;\;z \cdot \frac{x - 2}{47.066876606 + x \cdot 313.399215894}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 15 |
|---|
| Error | 14.3 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718}\\
\mathbf{if}\;x \leq -150:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.135:\\
\;\;\;\;z \cdot \left(x \cdot 0.3041881842569256 - 0.0424927283095952\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 16 |
|---|
| Error | 14.6 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := \left(x - 2\right) \cdot 4.16438922228\\
\mathbf{if}\;x \leq -82:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.92:\\
\;\;\;\;-0.0424927283095952 \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 17 |
|---|
| Error | 14.5 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := x \cdot 4.16438922228 - 110.1139242984811\\
\mathbf{if}\;x \leq -0.24:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 7.8:\\
\;\;\;\;-0.0424927283095952 \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 18 |
|---|
| Error | 14.5 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.118:\\
\;\;\;\;\frac{1}{\frac{0.24013125253755718}{x}}\\
\mathbf{elif}\;x \leq 2.2:\\
\;\;\;\;-0.0424927283095952 \cdot z\\
\mathbf{else}:\\
\;\;\;\;x \cdot 4.16438922228 - 110.1139242984811\\
\end{array}
\]
| Alternative 19 |
|---|
| Error | 14.4 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := \frac{x - 2}{0.24013125253755718}\\
\mathbf{if}\;x \leq -0.22:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.9:\\
\;\;\;\;-0.0424927283095952 \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 20 |
|---|
| Error | 37.8 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.3 \cdot 10^{+37}:\\
\;\;\;\;x \cdot 0.5218852675289308\\
\mathbf{elif}\;x \leq 2:\\
\;\;\;\;-0.0424927283095952 \cdot z\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5218852675289308\\
\end{array}
\]
| Alternative 21 |
|---|
| Error | 14.6 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -780:\\
\;\;\;\;x \cdot 4.16438922228\\
\mathbf{elif}\;x \leq 2:\\
\;\;\;\;-0.0424927283095952 \cdot z\\
\mathbf{else}:\\
\;\;\;\;x \cdot 4.16438922228\\
\end{array}
\]
| Alternative 22 |
|---|
| Error | 41.4 |
|---|
| Cost | 192 |
|---|
\[-0.0424927283095952 \cdot z
\]