Average Error: 0.1 → 0.1
Time: 6.0s
Precision: binary64
Cost: 832
\[1 + \frac{4 \cdot \left(\left(x + y \cdot 0.25\right) - z\right)}{y} \]
\[1 + \frac{4 \cdot \left(\left(x + y \cdot 0.25\right) - z\right)}{y} \]
(FPCore (x y z)
 :precision binary64
 (+ 1.0 (/ (* 4.0 (- (+ x (* y 0.25)) z)) y)))
(FPCore (x y z)
 :precision binary64
 (+ 1.0 (/ (* 4.0 (- (+ x (* y 0.25)) z)) y)))
double code(double x, double y, double z) {
	return 1.0 + ((4.0 * ((x + (y * 0.25)) - z)) / y);
}
double code(double x, double y, double z) {
	return 1.0 + ((4.0 * ((x + (y * 0.25)) - 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.25d0)) - 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.25d0)) - z)) / y)
end function
public static double code(double x, double y, double z) {
	return 1.0 + ((4.0 * ((x + (y * 0.25)) - z)) / y);
}
public static double code(double x, double y, double z) {
	return 1.0 + ((4.0 * ((x + (y * 0.25)) - z)) / y);
}
def code(x, y, z):
	return 1.0 + ((4.0 * ((x + (y * 0.25)) - z)) / y)
def code(x, y, z):
	return 1.0 + ((4.0 * ((x + (y * 0.25)) - z)) / y)
function code(x, y, z)
	return Float64(1.0 + Float64(Float64(4.0 * Float64(Float64(x + Float64(y * 0.25)) - z)) / y))
end
function code(x, y, z)
	return Float64(1.0 + Float64(Float64(4.0 * Float64(Float64(x + Float64(y * 0.25)) - z)) / y))
end
function tmp = code(x, y, z)
	tmp = 1.0 + ((4.0 * ((x + (y * 0.25)) - z)) / y);
end
function tmp = code(x, y, z)
	tmp = 1.0 + ((4.0 * ((x + (y * 0.25)) - z)) / y);
end
code[x_, y_, z_] := N[(1.0 + N[(N[(4.0 * N[(N[(x + N[(y * 0.25), $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.25), $MachinePrecision]), $MachinePrecision] - z), $MachinePrecision]), $MachinePrecision] / y), $MachinePrecision]), $MachinePrecision]
1 + \frac{4 \cdot \left(\left(x + y \cdot 0.25\right) - z\right)}{y}
1 + \frac{4 \cdot \left(\left(x + y \cdot 0.25\right) - z\right)}{y}

Error

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.1

    \[1 + \frac{4 \cdot \left(\left(x + y \cdot 0.25\right) - z\right)}{y} \]
  2. Final simplification0.1

    \[\leadsto 1 + \frac{4 \cdot \left(\left(x + y \cdot 0.25\right) - z\right)}{y} \]

Alternatives

Alternative 1
Error31.8
Cost1372
\[\begin{array}{l} t_0 := -4 \cdot \frac{z}{y}\\ t_1 := 1 + 4 \cdot \frac{x}{y}\\ \mathbf{if}\;x \leq -2.1 \cdot 10^{-84}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -3.8 \cdot 10^{-235}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 1.05 \cdot 10^{-278}:\\ \;\;\;\;2\\ \mathbf{elif}\;x \leq 1.66 \cdot 10^{-255}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 5.2 \cdot 10^{-58}:\\ \;\;\;\;2\\ \mathbf{elif}\;x \leq 1100000000:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 5.6 \cdot 10^{+39}:\\ \;\;\;\;2\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 2
Error30.5
Cost1372
\[\begin{array}{l} t_0 := 1 + z \cdot \frac{-4}{y}\\ t_1 := 1 + 4 \cdot \frac{x}{y}\\ \mathbf{if}\;x \leq -1.8 \cdot 10^{-64}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -2 \cdot 10^{-234}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 8.4 \cdot 10^{-278}:\\ \;\;\;\;2\\ \mathbf{elif}\;x \leq 4.3 \cdot 10^{-255}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 3 \cdot 10^{-58}:\\ \;\;\;\;2\\ \mathbf{elif}\;x \leq 1020000000:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 5 \cdot 10^{+37}:\\ \;\;\;\;2\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 3
Error30.4
Cost1372
\[\begin{array}{l} t_0 := 1 + \frac{z}{\frac{y}{-4}}\\ t_1 := 1 + 4 \cdot \frac{x}{y}\\ \mathbf{if}\;x \leq -5.5 \cdot 10^{-62}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -6.2 \cdot 10^{-235}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 1.75 \cdot 10^{-277}:\\ \;\;\;\;2\\ \mathbf{elif}\;x \leq 2.65 \cdot 10^{-255}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 4.6 \cdot 10^{-58}:\\ \;\;\;\;2\\ \mathbf{elif}\;x \leq 1020000000:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 2.1 \cdot 10^{+39}:\\ \;\;\;\;2\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 4
Error33.0
Cost1244
\[\begin{array}{l} t_0 := 4 \cdot \frac{x}{y}\\ t_1 := -4 \cdot \frac{z}{y}\\ \mathbf{if}\;x \leq -5.5 \cdot 10^{-62}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq -2 \cdot 10^{-234}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq 1.88 \cdot 10^{-277}:\\ \;\;\;\;2\\ \mathbf{elif}\;x \leq 1.66 \cdot 10^{-255}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq 6.8 \cdot 10^{-60}:\\ \;\;\;\;2\\ \mathbf{elif}\;x \leq 1020000000:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq 1.75 \cdot 10^{+39}:\\ \;\;\;\;2\\ \mathbf{else}:\\ \;\;\;\;t_0\\ \end{array} \]
Alternative 5
Error8.6
Cost840
\[\begin{array}{l} t_0 := 1 + \left(1 + \frac{4 \cdot x}{y}\right)\\ \mathbf{if}\;x \leq -5.2 \cdot 10^{-62}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 6.9 \cdot 10^{+25}:\\ \;\;\;\;2 + -4 \cdot \frac{z}{y}\\ \mathbf{else}:\\ \;\;\;\;t_0\\ \end{array} \]
Alternative 6
Error0.2
Cost832
\[1 + \frac{4}{\frac{y}{x + \left(y \cdot 0.25 - z\right)}} \]
Alternative 7
Error15.8
Cost712
\[\begin{array}{l} t_0 := 1 + 4 \cdot \frac{x}{y}\\ \mathbf{if}\;x \leq -3.2 \cdot 10^{-44}:\\ \;\;\;\;t_0\\ \mathbf{elif}\;x \leq 1.1 \cdot 10^{+40}:\\ \;\;\;\;2 + -4 \cdot \frac{z}{y}\\ \mathbf{else}:\\ \;\;\;\;t_0\\ \end{array} \]
Alternative 8
Error30.9
Cost584
\[\begin{array}{l} \mathbf{if}\;y \leq -1.2 \cdot 10^{+34}:\\ \;\;\;\;2\\ \mathbf{elif}\;y \leq 1.65 \cdot 10^{+158}:\\ \;\;\;\;-4 \cdot \frac{z}{y}\\ \mathbf{else}:\\ \;\;\;\;2\\ \end{array} \]
Alternative 9
Error57.7
Cost64
\[1 \]
Alternative 10
Error36.2
Cost64
\[2 \]

Error

Reproduce

herbie shell --seed 2022329 
(FPCore (x y z)
  :name "Data.Array.Repa.Algorithms.ColorRamp:rampColorHotToCold from repa-algorithms-3.4.0.1, C"
  :precision binary64
  (+ 1.0 (/ (* 4.0 (- (+ x (* y 0.25)) z)) y)))