?

Average Error: 0.5 → 0.4
Time: 30.4s
Precision: binary64
Cost: 72768

?

\[\frac{2 + \left(\left(\sqrt{2} \cdot \left(\sin x - \frac{\sin y}{16}\right)\right) \cdot \left(\sin y - \frac{\sin x}{16}\right)\right) \cdot \left(\cos x - \cos y\right)}{3 \cdot \left(\left(1 + \frac{\sqrt{5} - 1}{2} \cdot \cos x\right) + \frac{3 - \sqrt{5}}{2} \cdot \cos y\right)} \]
\[\frac{2 + \sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot \left(3 - \sqrt{5}\right)\right) + \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)} \]
(FPCore (x y)
 :precision binary64
 (/
  (+
   2.0
   (*
    (*
     (* (sqrt 2.0) (- (sin x) (/ (sin y) 16.0)))
     (- (sin y) (/ (sin x) 16.0)))
    (- (cos x) (cos y))))
  (*
   3.0
   (+
    (+ 1.0 (* (/ (- (sqrt 5.0) 1.0) 2.0) (cos x)))
    (* (/ (- 3.0 (sqrt 5.0)) 2.0) (cos y))))))
(FPCore (x y)
 :precision binary64
 (/
  (+
   2.0
   (*
    (sqrt 2.0)
    (*
     (- (cos x) (cos y))
     (* (+ (sin y) (* -0.0625 (sin x))) (+ (* -0.0625 (sin y)) (sin x))))))
  (+
   3.0
   (+
    (* 1.5 (* (cos y) (- 3.0 (sqrt 5.0))))
    (/ 6.0 (/ (+ (sqrt 5.0) 1.0) (cos x)))))))
double code(double x, double y) {
	return (2.0 + (((sqrt(2.0) * (sin(x) - (sin(y) / 16.0))) * (sin(y) - (sin(x) / 16.0))) * (cos(x) - cos(y)))) / (3.0 * ((1.0 + (((sqrt(5.0) - 1.0) / 2.0) * cos(x))) + (((3.0 - sqrt(5.0)) / 2.0) * cos(y))));
}
double code(double x, double y) {
	return (2.0 + (sqrt(2.0) * ((cos(x) - cos(y)) * ((sin(y) + (-0.0625 * sin(x))) * ((-0.0625 * sin(y)) + sin(x)))))) / (3.0 + ((1.5 * (cos(y) * (3.0 - sqrt(5.0)))) + (6.0 / ((sqrt(5.0) + 1.0) / cos(x)))));
}
real(8) function code(x, y)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    code = (2.0d0 + (((sqrt(2.0d0) * (sin(x) - (sin(y) / 16.0d0))) * (sin(y) - (sin(x) / 16.0d0))) * (cos(x) - cos(y)))) / (3.0d0 * ((1.0d0 + (((sqrt(5.0d0) - 1.0d0) / 2.0d0) * cos(x))) + (((3.0d0 - sqrt(5.0d0)) / 2.0d0) * cos(y))))
end function
real(8) function code(x, y)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    code = (2.0d0 + (sqrt(2.0d0) * ((cos(x) - cos(y)) * ((sin(y) + ((-0.0625d0) * sin(x))) * (((-0.0625d0) * sin(y)) + sin(x)))))) / (3.0d0 + ((1.5d0 * (cos(y) * (3.0d0 - sqrt(5.0d0)))) + (6.0d0 / ((sqrt(5.0d0) + 1.0d0) / cos(x)))))
end function
public static double code(double x, double y) {
	return (2.0 + (((Math.sqrt(2.0) * (Math.sin(x) - (Math.sin(y) / 16.0))) * (Math.sin(y) - (Math.sin(x) / 16.0))) * (Math.cos(x) - Math.cos(y)))) / (3.0 * ((1.0 + (((Math.sqrt(5.0) - 1.0) / 2.0) * Math.cos(x))) + (((3.0 - Math.sqrt(5.0)) / 2.0) * Math.cos(y))));
}
public static double code(double x, double y) {
	return (2.0 + (Math.sqrt(2.0) * ((Math.cos(x) - Math.cos(y)) * ((Math.sin(y) + (-0.0625 * Math.sin(x))) * ((-0.0625 * Math.sin(y)) + Math.sin(x)))))) / (3.0 + ((1.5 * (Math.cos(y) * (3.0 - Math.sqrt(5.0)))) + (6.0 / ((Math.sqrt(5.0) + 1.0) / Math.cos(x)))));
}
def code(x, y):
	return (2.0 + (((math.sqrt(2.0) * (math.sin(x) - (math.sin(y) / 16.0))) * (math.sin(y) - (math.sin(x) / 16.0))) * (math.cos(x) - math.cos(y)))) / (3.0 * ((1.0 + (((math.sqrt(5.0) - 1.0) / 2.0) * math.cos(x))) + (((3.0 - math.sqrt(5.0)) / 2.0) * math.cos(y))))
def code(x, y):
	return (2.0 + (math.sqrt(2.0) * ((math.cos(x) - math.cos(y)) * ((math.sin(y) + (-0.0625 * math.sin(x))) * ((-0.0625 * math.sin(y)) + math.sin(x)))))) / (3.0 + ((1.5 * (math.cos(y) * (3.0 - math.sqrt(5.0)))) + (6.0 / ((math.sqrt(5.0) + 1.0) / math.cos(x)))))
function code(x, y)
	return Float64(Float64(2.0 + Float64(Float64(Float64(sqrt(2.0) * Float64(sin(x) - Float64(sin(y) / 16.0))) * Float64(sin(y) - Float64(sin(x) / 16.0))) * Float64(cos(x) - cos(y)))) / Float64(3.0 * Float64(Float64(1.0 + Float64(Float64(Float64(sqrt(5.0) - 1.0) / 2.0) * cos(x))) + Float64(Float64(Float64(3.0 - sqrt(5.0)) / 2.0) * cos(y)))))
end
function code(x, y)
	return Float64(Float64(2.0 + Float64(sqrt(2.0) * Float64(Float64(cos(x) - cos(y)) * Float64(Float64(sin(y) + Float64(-0.0625 * sin(x))) * Float64(Float64(-0.0625 * sin(y)) + sin(x)))))) / Float64(3.0 + Float64(Float64(1.5 * Float64(cos(y) * Float64(3.0 - sqrt(5.0)))) + Float64(6.0 / Float64(Float64(sqrt(5.0) + 1.0) / cos(x))))))
end
function tmp = code(x, y)
	tmp = (2.0 + (((sqrt(2.0) * (sin(x) - (sin(y) / 16.0))) * (sin(y) - (sin(x) / 16.0))) * (cos(x) - cos(y)))) / (3.0 * ((1.0 + (((sqrt(5.0) - 1.0) / 2.0) * cos(x))) + (((3.0 - sqrt(5.0)) / 2.0) * cos(y))));
end
function tmp = code(x, y)
	tmp = (2.0 + (sqrt(2.0) * ((cos(x) - cos(y)) * ((sin(y) + (-0.0625 * sin(x))) * ((-0.0625 * sin(y)) + sin(x)))))) / (3.0 + ((1.5 * (cos(y) * (3.0 - sqrt(5.0)))) + (6.0 / ((sqrt(5.0) + 1.0) / cos(x)))));
end
code[x_, y_] := N[(N[(2.0 + N[(N[(N[(N[Sqrt[2.0], $MachinePrecision] * N[(N[Sin[x], $MachinePrecision] - N[(N[Sin[y], $MachinePrecision] / 16.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(N[Sin[y], $MachinePrecision] - N[(N[Sin[x], $MachinePrecision] / 16.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(N[Cos[x], $MachinePrecision] - N[Cos[y], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] / N[(3.0 * N[(N[(1.0 + N[(N[(N[(N[Sqrt[5.0], $MachinePrecision] - 1.0), $MachinePrecision] / 2.0), $MachinePrecision] * N[Cos[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(3.0 - N[Sqrt[5.0], $MachinePrecision]), $MachinePrecision] / 2.0), $MachinePrecision] * N[Cos[y], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
code[x_, y_] := N[(N[(2.0 + N[(N[Sqrt[2.0], $MachinePrecision] * N[(N[(N[Cos[x], $MachinePrecision] - N[Cos[y], $MachinePrecision]), $MachinePrecision] * N[(N[(N[Sin[y], $MachinePrecision] + N[(-0.0625 * N[Sin[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(N[(-0.0625 * N[Sin[y], $MachinePrecision]), $MachinePrecision] + N[Sin[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] / N[(3.0 + N[(N[(1.5 * N[(N[Cos[y], $MachinePrecision] * N[(3.0 - N[Sqrt[5.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(6.0 / N[(N[(N[Sqrt[5.0], $MachinePrecision] + 1.0), $MachinePrecision] / N[Cos[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\frac{2 + \left(\left(\sqrt{2} \cdot \left(\sin x - \frac{\sin y}{16}\right)\right) \cdot \left(\sin y - \frac{\sin x}{16}\right)\right) \cdot \left(\cos x - \cos y\right)}{3 \cdot \left(\left(1 + \frac{\sqrt{5} - 1}{2} \cdot \cos x\right) + \frac{3 - \sqrt{5}}{2} \cdot \cos y\right)}
\frac{2 + \sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot \left(3 - \sqrt{5}\right)\right) + \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)}

Error?

Try it out?

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation?

  1. Initial program 0.5

    \[\frac{2 + \left(\left(\sqrt{2} \cdot \left(\sin x - \frac{\sin y}{16}\right)\right) \cdot \left(\sin y - \frac{\sin x}{16}\right)\right) \cdot \left(\cos x - \cos y\right)}{3 \cdot \left(\left(1 + \frac{\sqrt{5} - 1}{2} \cdot \cos x\right) + \frac{3 - \sqrt{5}}{2} \cdot \cos y\right)} \]
  2. Simplified0.4

    \[\leadsto \color{blue}{\frac{\mathsf{fma}\left(\sqrt{2}, \left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(\left(\sin x + -0.0625 \cdot \sin y\right) \cdot \left(\cos x - \cos y\right)\right), 2\right)}{\mathsf{fma}\left(\cos x, \frac{\sqrt{5} + -1}{0.6666666666666666}, \mathsf{fma}\left(\cos y, 1.5 \cdot \left(3 - \sqrt{5}\right), 3\right)\right)}} \]
    Proof

    [Start]0.5

    \[ \frac{2 + \left(\left(\sqrt{2} \cdot \left(\sin x - \frac{\sin y}{16}\right)\right) \cdot \left(\sin y - \frac{\sin x}{16}\right)\right) \cdot \left(\cos x - \cos y\right)}{3 \cdot \left(\left(1 + \frac{\sqrt{5} - 1}{2} \cdot \cos x\right) + \frac{3 - \sqrt{5}}{2} \cdot \cos y\right)} \]
  3. Taylor expanded in y around inf 0.4

    \[\leadsto \color{blue}{\frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + 1.5 \cdot \left(\left(\sqrt{5} - 1\right) \cdot \cos x\right)\right)}} \]
  4. Applied egg-rr0.4

    \[\leadsto \frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + \color{blue}{\frac{1.5 \cdot \left(\cos x \cdot 4\right)}{\sqrt{5} + 1}}\right)} \]
  5. Simplified0.4

    \[\leadsto \frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + \color{blue}{\frac{6}{\frac{\sqrt{5} + 1}{\cos x}}}\right)} \]
    Proof

    [Start]0.4

    \[ \frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + \frac{1.5 \cdot \left(\cos x \cdot 4\right)}{\sqrt{5} + 1}\right)} \]

    *-commutative [=>]0.4

    \[ \frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + \frac{\color{blue}{\left(\cos x \cdot 4\right) \cdot 1.5}}{\sqrt{5} + 1}\right)} \]

    associate-*l* [=>]0.4

    \[ \frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + \frac{\color{blue}{\cos x \cdot \left(4 \cdot 1.5\right)}}{\sqrt{5} + 1}\right)} \]

    metadata-eval [=>]0.4

    \[ \frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + \frac{\cos x \cdot \color{blue}{6}}{\sqrt{5} + 1}\right)} \]

    *-commutative [<=]0.4

    \[ \frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + \frac{\color{blue}{6 \cdot \cos x}}{\sqrt{5} + 1}\right)} \]

    associate-/l* [=>]0.4

    \[ \frac{\sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(-0.0625 \cdot \sin y + \sin x\right) \cdot \left(-0.0625 \cdot \sin x + \sin y\right)\right)\right) + 2}{3 + \left(1.5 \cdot \left(\left(3 - \sqrt{5}\right) \cdot \cos y\right) + \color{blue}{\frac{6}{\frac{\sqrt{5} + 1}{\cos x}}}\right)} \]
  6. Final simplification0.4

    \[\leadsto \frac{2 + \sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot \left(3 - \sqrt{5}\right)\right) + \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)} \]

Alternatives

Alternative 1
Error0.4
Cost72768
\[\frac{2 + \sqrt{2} \cdot \left(\left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(\left(\cos x - \cos y\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot \left(3 - \sqrt{5}\right)\right) + 1.5 \cdot \left(\cos x \cdot \left(\sqrt{5} + -1\right)\right)\right)} \]
Alternative 2
Error0.4
Cost72768
\[\frac{2 + \sqrt{2} \cdot \left(\left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(\left(\cos x - \cos y\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\right)\right)}{3 + \left(6 \cdot \frac{\cos y}{3 + \sqrt{5}} + 1.5 \cdot \left(\cos x \cdot \left(\sqrt{5} + -1\right)\right)\right)} \]
Alternative 3
Error11.8
Cost66505
\[\begin{array}{l} t_0 := \frac{\sqrt{5}}{2}\\ t_1 := \cos x - \cos y\\ \mathbf{if}\;x \leq -0.0029 \lor \neg \left(x \leq 0.0052\right):\\ \;\;\;\;\frac{2 + \left(\sqrt{2} \cdot \sin x\right) \cdot \left(t_1 \cdot \left(\sin y - \frac{\sin x}{16}\right)\right)}{3 \cdot \left(1 + \left(\cos x \cdot \left(t_0 + -0.5\right) + \cos y \cdot \left(1.5 - t_0\right)\right)\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_1 \cdot \left(\sin y \cdot \left(-0.0625 \cdot \sin y + x \cdot 1.00390625\right)\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot \left(3 - \sqrt{5}\right)\right) + \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)}\\ \end{array} \]
Alternative 4
Error11.8
Cost66504
\[\begin{array}{l} t_0 := \sin y - \frac{\sin x}{16}\\ t_1 := 3 - \sqrt{5}\\ t_2 := \sqrt{2} \cdot \sin x\\ t_3 := \frac{\sqrt{5}}{2}\\ t_4 := \cos x - \cos y\\ \mathbf{if}\;x \leq -0.01:\\ \;\;\;\;\frac{2 + t_2 \cdot \left(t_4 \cdot t_0\right)}{3 \cdot \left(1 + \left(\cos x \cdot \left(t_3 + -0.5\right) + \cos y \cdot \left(1.5 - t_3\right)\right)\right)}\\ \mathbf{elif}\;x \leq 0.0045:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_4 \cdot \left(\sin y \cdot \left(-0.0625 \cdot \sin y + x \cdot 1.00390625\right)\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot t_1\right) + \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{2 + t_4 \cdot \left(t_2 \cdot t_0\right)}{3 \cdot \left(\left(1 + \cos x \cdot \frac{\sqrt{5} + -1}{2}\right) + \cos y \cdot \frac{t_1}{2}\right)}\\ \end{array} \]
Alternative 5
Error13.5
Cost66377
\[\begin{array}{l} t_0 := \left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\\ t_1 := 3 - \sqrt{5}\\ t_2 := \sqrt{5} + -1\\ \mathbf{if}\;x \leq -4.1 \cdot 10^{-8} \lor \neg \left(x \leq 5.1 \cdot 10^{+14}\right):\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_0 \cdot \left(\cos x + -1\right)\right)}{3 + 1.5 \cdot \left(t_1 + \cos x \cdot t_2\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot t_0\right)}{3 + 1.5 \cdot \left(\cos y \cdot t_1 + t_2\right)}\\ \end{array} \]
Alternative 6
Error13.5
Cost66376
\[\begin{array}{l} t_0 := \sqrt{5} + -1\\ t_1 := \left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\\ t_2 := 2 + \sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot t_1\right)\\ t_3 := 3 - \sqrt{5}\\ t_4 := 3 + 1.5 \cdot \left(t_3 + \cos x \cdot t_0\right)\\ \mathbf{if}\;x \leq -4.1 \cdot 10^{-8}:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_1 \cdot \left(\cos x + -1\right)\right)}{t_4}\\ \mathbf{elif}\;x \leq 5.1 \cdot 10^{+14}:\\ \;\;\;\;\frac{t_2}{3 + 1.5 \cdot \left(\cos y \cdot t_3 + t_0\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{t_2}{t_4}\\ \end{array} \]
Alternative 7
Error13.5
Cost66376
\[\begin{array}{l} t_0 := \sqrt{5} + -1\\ t_1 := \cos x \cdot t_0\\ t_2 := \left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\\ t_3 := 2 + \sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot t_2\right)\\ t_4 := 3 - \sqrt{5}\\ \mathbf{if}\;x \leq -4.1 \cdot 10^{-8}:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_2 \cdot \left(\cos x + -1\right)\right)}{3 + 1.5 \cdot \left(t_4 + t_1\right)}\\ \mathbf{elif}\;x \leq 5.1 \cdot 10^{+14}:\\ \;\;\;\;\frac{t_3}{3 + 1.5 \cdot \left(\cos y \cdot t_4 + t_0\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{t_3}{3 + 1.5 \cdot \left(\left(3 + t_1\right) - \sqrt{5}\right)}\\ \end{array} \]
Alternative 8
Error13.2
Cost60105
\[\begin{array}{l} t_0 := \cos x - \cos y\\ t_1 := 3 + \left(1.5 \cdot \left(\cos y \cdot \left(3 - \sqrt{5}\right)\right) + \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)\\ \mathbf{if}\;y \leq -0.0028 \lor \neg \left(y \leq 2.2 \cdot 10^{-26}\right):\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_0 \cdot \left(-0.0625 \cdot {\sin y}^{2}\right)\right)}{t_1}\\ \mathbf{else}:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_0 \cdot \left(\sin x \cdot \left(-0.0625 \cdot \sin x + y \cdot 1.00390625\right)\right)\right)}{t_1}\\ \end{array} \]
Alternative 9
Error13.3
Cost59977
\[\begin{array}{l} t_0 := 3 - \sqrt{5}\\ \mathbf{if}\;y \leq -76 \lor \neg \left(y \leq 2.2 \cdot 10^{-26}\right):\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(-0.0625 \cdot {\sin y}^{2}\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot t_0\right) + \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(\left(\left(\sin y + -0.0625 \cdot \sin x\right) \cdot \left(-0.0625 \cdot \sin y + \sin x\right)\right) \cdot \left(\cos x + -1\right)\right)}{3 + 1.5 \cdot \left(t_0 + \cos x \cdot \left(\sqrt{5} + -1\right)\right)}\\ \end{array} \]
Alternative 10
Error13.2
Cost59785
\[\begin{array}{l} t_0 := \cos x - \cos y\\ t_1 := 3 - \sqrt{5}\\ \mathbf{if}\;y \leq -0.000175 \lor \neg \left(y \leq 2.2 \cdot 10^{-26}\right):\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_0 \cdot \left(-0.0625 \cdot {\sin y}^{2}\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot t_1\right) + \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(t_0 \cdot \left(\sin x \cdot \left(-0.0625 \cdot \sin x + y \cdot 1.00390625\right)\right)\right)}{3 + 1.5 \cdot \left(t_1 + \cos x \cdot \left(\sqrt{5} + -1\right)\right)}\\ \end{array} \]
Alternative 11
Error13.3
Cost53449
\[\begin{array}{l} t_0 := 3 - \sqrt{5}\\ \mathbf{if}\;y \leq -2.3 \cdot 10^{-5} \lor \neg \left(y \leq 2.2 \cdot 10^{-26}\right):\\ \;\;\;\;\frac{2 + -0.0625 \cdot \left(\sqrt{2} \cdot \left({\sin y}^{2} \cdot \left(1 - \cos y\right)\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot t_0\right) + 6 \cdot \frac{\cos x}{\sqrt{5} + 1}\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{2 + \sqrt{2} \cdot \left(\left(\cos x - \cos y\right) \cdot \left(\sin x \cdot \left(-0.0625 \cdot \sin x + y \cdot 1.00390625\right)\right)\right)}{3 + 1.5 \cdot \left(t_0 + \cos x \cdot \left(\sqrt{5} + -1\right)\right)}\\ \end{array} \]
Alternative 12
Error13.5
Cost53385
\[\begin{array}{l} \mathbf{if}\;y \leq -76 \lor \neg \left(y \leq 2.2 \cdot 10^{-26}\right):\\ \;\;\;\;\frac{2 + -0.0625 \cdot \left(\sqrt{2} \cdot \left({\sin y}^{2} \cdot \left(1 - \cos y\right)\right)\right)}{3 + \left(1.5 \cdot \left(\cos y \cdot \left(3 - \sqrt{5}\right)\right) + 6 \cdot \frac{\cos x}{\sqrt{5} + 1}\right)}\\ \mathbf{else}:\\ \;\;\;\;\frac{0.3333333333333333 \cdot \left(2 + -0.0625 \cdot \left(\left(\sqrt{2} \cdot {\sin x}^{2}\right) \cdot \left(\cos x + -1\right)\right)\right)}{2.5 + \left(\cos x \cdot \left(\sqrt{1.25} + -0.5\right) + \sqrt{5} \cdot -0.5\right)}\\ \end{array} \]
Alternative 13
Error13.8
Cost46856
\[\begin{array}{l} t_0 := {\sin x}^{2}\\ t_1 := \cos x + -1\\ t_2 := \sqrt{5} \cdot -0.5\\ \mathbf{if}\;x \leq -4.1 \cdot 10^{-8}:\\ \;\;\;\;\frac{0.3333333333333333 \cdot \left(2 + -0.0625 \cdot \left(\left(\sqrt{2} \cdot t_0\right) \cdot t_1\right)\right)}{2.5 + \left(\cos x \cdot \left(\sqrt{1.25} + -0.5\right) + t_2\right)}\\ \mathbf{elif}\;x \leq 55000000000:\\ \;\;\;\;0.3333333333333333 \cdot \frac{2 + -0.0625 \cdot \left(\sqrt{2} \cdot \left({\sin y}^{2} \cdot \left(1 - \cos y\right)\right)\right)}{0.5 + \left(\sqrt{5} \cdot 0.5 + \cos y \cdot \left(1.5 + t_2\right)\right)}\\ \mathbf{else}:\\ \;\;\;\;0.3333333333333333 \cdot \frac{2 + -0.0625 \cdot \left(\sqrt{2} \cdot \left(t_0 \cdot t_1\right)\right)}{1 + 0.5 \cdot \left(\left(3 - \sqrt{5}\right) + \cos x \cdot \left(\sqrt{5} + -1\right)\right)}\\ \end{array} \]
Alternative 14
Error13.8
Cost46856
\[\begin{array}{l} t_0 := {\sin x}^{2}\\ t_1 := \sqrt{5} + -1\\ t_2 := \cos x + -1\\ t_3 := 3 - \sqrt{5}\\ \mathbf{if}\;x \leq -4.1 \cdot 10^{-8}:\\ \;\;\;\;\frac{0.3333333333333333 \cdot \left(2 + -0.0625 \cdot \left(\left(\sqrt{2} \cdot t_0\right) \cdot t_2\right)\right)}{2.5 + \left(\cos x \cdot \left(\sqrt{1.25} + -0.5\right) + \sqrt{5} \cdot -0.5\right)}\\ \mathbf{elif}\;x \leq 55000000000:\\ \;\;\;\;\frac{2 + -0.0625 \cdot \left(\sqrt{2} \cdot \left({\sin y}^{2} \cdot \left(1 - \cos y\right)\right)\right)}{1.5 \cdot t_1 + \left(3 + 1.5 \cdot \left(\cos y \cdot t_3\right)\right)}\\ \mathbf{else}:\\ \;\;\;\;0.3333333333333333 \cdot \frac{2 + -0.0625 \cdot \left(\sqrt{2} \cdot \left(t_0 \cdot t_2\right)\right)}{1 + 0.5 \cdot \left(t_3 + \cos x \cdot t_1\right)}\\ \end{array} \]
Alternative 15
Error25.5
Cost46464
\[\frac{0.3333333333333333 \cdot \left(2 + -0.0625 \cdot \left(\left(\sqrt{2} \cdot {\sin x}^{2}\right) \cdot \left(\cos x + -1\right)\right)\right)}{2.5 + \left(\cos x \cdot \left(\sqrt{1.25} + -0.5\right) + \sqrt{5} \cdot -0.5\right)} \]
Alternative 16
Error25.5
Cost40512
\[\frac{0.3333333333333333 \cdot \left(2 + -0.0625 \cdot \left(\left(\cos x + -1\right) \cdot \left(\frac{\sqrt{2}}{2} \cdot \left(1 - \cos \left(x + x\right)\right)\right)\right)\right)}{2.5 + \left(\frac{\cos x}{0.5 + \sqrt{5} \cdot 0.5} + \sqrt{5} \cdot -0.5\right)} \]
Alternative 17
Error25.5
Cost40384
\[\frac{2 + -0.0625 \cdot \left(\sqrt{2} \cdot \left(\left(\cos x + -1\right) \cdot \left(0.5 - \frac{\cos \left(x + x\right)}{2}\right)\right)\right)}{3 + 1.5 \cdot \left(\left(3 - \sqrt{5}\right) + \cos x \cdot \left(\sqrt{5} + -1\right)\right)} \]
Alternative 18
Error36.4
Cost26560
\[\frac{2}{3 + \mathsf{fma}\left(1.5, 3 - \sqrt{5}, \frac{6}{\frac{\sqrt{5} + 1}{\cos x}}\right)} \]
Alternative 19
Error36.4
Cost20288
\[\frac{2}{3 + \left(6 \cdot \frac{\cos x}{\sqrt{5} + 1} + 1.5 \cdot \left(3 - \sqrt{5}\right)\right)} \]
Alternative 20
Error38.0
Cost64
\[0.3333333333333333 \]

Error

Reproduce?

herbie shell --seed 2023054 
(FPCore (x y)
  :name "Diagrams.TwoD.Path.Metafont.Internal:hobbyF from diagrams-contrib-1.3.0.5"
  :precision binary64
  (/ (+ 2.0 (* (* (* (sqrt 2.0) (- (sin x) (/ (sin y) 16.0))) (- (sin y) (/ (sin x) 16.0))) (- (cos x) (cos y)))) (* 3.0 (+ (+ 1.0 (* (/ (- (sqrt 5.0) 1.0) 2.0) (cos x))) (* (/ (- 3.0 (sqrt 5.0)) 2.0) (cos y))))))