\[1 + \frac{4 \cdot \left(\left(x + y \cdot 0.75\right) - z\right)}{y}
\]
↓
\[1 + \frac{4 \cdot \left(\left(x + y \cdot 0.75\right) - z\right)}{y}
\]
(FPCore (x y z)
:precision binary64
(+ 1.0 (/ (* 4.0 (- (+ x (* y 0.75)) z)) y)))
↓
(FPCore (x y z)
:precision binary64
(+ 1.0 (/ (* 4.0 (- (+ x (* y 0.75)) z)) y)))
double code(double x, double y, double z) {
return 1.0 + ((4.0 * ((x + (y * 0.75)) - z)) / y);
}
↓
double code(double x, double y, double z) {
return 1.0 + ((4.0 * ((x + (y * 0.75)) - z)) / y);
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
code = 1.0d0 + ((4.0d0 * ((x + (y * 0.75d0)) - z)) / y)
end function
↓
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
code = 1.0d0 + ((4.0d0 * ((x + (y * 0.75d0)) - z)) / y)
end function
public static double code(double x, double y, double z) {
return 1.0 + ((4.0 * ((x + (y * 0.75)) - z)) / y);
}
↓
public static double code(double x, double y, double z) {
return 1.0 + ((4.0 * ((x + (y * 0.75)) - z)) / y);
}
def code(x, y, z):
return 1.0 + ((4.0 * ((x + (y * 0.75)) - z)) / y)
↓
def code(x, y, z):
return 1.0 + ((4.0 * ((x + (y * 0.75)) - z)) / y)
function code(x, y, z)
return Float64(1.0 + Float64(Float64(4.0 * Float64(Float64(x + Float64(y * 0.75)) - z)) / y))
end
↓
function code(x, y, z)
return Float64(1.0 + Float64(Float64(4.0 * Float64(Float64(x + Float64(y * 0.75)) - z)) / y))
end
function tmp = code(x, y, z)
tmp = 1.0 + ((4.0 * ((x + (y * 0.75)) - z)) / y);
end
↓
function tmp = code(x, y, z)
tmp = 1.0 + ((4.0 * ((x + (y * 0.75)) - z)) / y);
end
code[x_, y_, z_] := N[(1.0 + N[(N[(4.0 * N[(N[(x + N[(y * 0.75), $MachinePrecision]), $MachinePrecision] - z), $MachinePrecision]), $MachinePrecision] / y), $MachinePrecision]), $MachinePrecision]
↓
code[x_, y_, z_] := N[(1.0 + N[(N[(4.0 * N[(N[(x + N[(y * 0.75), $MachinePrecision]), $MachinePrecision] - z), $MachinePrecision]), $MachinePrecision] / y), $MachinePrecision]), $MachinePrecision]
1 + \frac{4 \cdot \left(\left(x + y \cdot 0.75\right) - z\right)}{y}
↓
1 + \frac{4 \cdot \left(\left(x + y \cdot 0.75\right) - z\right)}{y}
Alternatives
| Alternative 1 |
|---|
| Error | 31.0 |
|---|
| Cost | 1244 |
|---|
\[\begin{array}{l}
t_0 := 4 \cdot \frac{x}{y}\\
t_1 := \frac{-4}{\frac{y}{z}}\\
\mathbf{if}\;z \leq -9.6 \cdot 10^{+66}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -2.8 \cdot 10^{+23}:\\
\;\;\;\;4\\
\mathbf{elif}\;z \leq -650000000000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.8 \cdot 10^{-112}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.85 \cdot 10^{-267}:\\
\;\;\;\;4\\
\mathbf{elif}\;z \leq 2.1 \cdot 10^{-296}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 7.5 \cdot 10^{+29}:\\
\;\;\;\;4\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 30.9 |
|---|
| Cost | 1244 |
|---|
\[\begin{array}{l}
t_0 := \frac{z}{\frac{y}{-4}}\\
t_1 := 4 \cdot \frac{x}{y}\\
\mathbf{if}\;z \leq -3.9 \cdot 10^{+68}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -3.8 \cdot 10^{+21}:\\
\;\;\;\;4\\
\mathbf{elif}\;z \leq -230000000000:\\
\;\;\;\;\frac{-4}{\frac{y}{z}}\\
\mathbf{elif}\;z \leq -1.7 \cdot 10^{-110}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.4 \cdot 10^{-264}:\\
\;\;\;\;4\\
\mathbf{elif}\;z \leq 1.25 \cdot 10^{-291}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 2.6 \cdot 10^{+28}:\\
\;\;\;\;4\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 11.1 |
|---|
| Cost | 976 |
|---|
\[\begin{array}{l}
t_0 := 4 + 4 \cdot \frac{x}{y}\\
t_1 := -4 \cdot \frac{z - x}{y}\\
\mathbf{if}\;x \leq -2.4 \cdot 10^{+147}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -1.75 \cdot 10^{+15}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 5.4 \cdot 10^{-45}:\\
\;\;\;\;4 + -4 \cdot \frac{z}{y}\\
\mathbf{elif}\;x \leq 2.45 \cdot 10^{+56}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 11.3 |
|---|
| Cost | 844 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.1 \cdot 10^{+15}:\\
\;\;\;\;1 + \frac{4}{\frac{y}{x - z}}\\
\mathbf{elif}\;x \leq 1.76 \cdot 10^{-43}:\\
\;\;\;\;4 + -4 \cdot \frac{z}{y}\\
\mathbf{elif}\;x \leq 5.2 \cdot 10^{+56}:\\
\;\;\;\;4 + 4 \cdot \frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.3 |
|---|
| Cost | 832 |
|---|
\[1 + \frac{4}{\frac{y}{x + \left(y \cdot 0.75 - z\right)}}
\]
| Alternative 6 |
|---|
| Error | 11.7 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.1 \cdot 10^{+15} \lor \neg \left(x \leq 1.6 \cdot 10^{+40}\right):\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\mathbf{else}:\\
\;\;\;\;4 + -4 \cdot \frac{z}{y}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 16.6 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.5 \cdot 10^{+130}:\\
\;\;\;\;4\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{+158}:\\
\;\;\;\;-4 \cdot \frac{z - x}{y}\\
\mathbf{else}:\\
\;\;\;\;4\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 29.8 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.55 \cdot 10^{+15} \lor \neg \left(x \leq 7.5 \cdot 10^{+40}\right):\\
\;\;\;\;4 \cdot \frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;4\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 36.4 |
|---|
| Cost | 64 |
|---|
\[4
\]