Linear.Matrix:det44 from linear-1.19.1.3

?

Percentage Accurate: 29.7% → 40.1%
Time: 1.8min
Precision: binary64
Cost: 2908

?

\[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
\[\begin{array}{l} t_1 := a \cdot y5 - c \cdot y4\\ t_2 := c \cdot i - a \cdot b\\ t_3 := x \cdot y - z \cdot t\\ t_4 := x \cdot j - z \cdot k\\ \mathbf{if}\;b \leq -2.8 \cdot 10^{+64}:\\ \;\;\;\;b \cdot \left(\left(a \cdot t_3 + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - y0 \cdot t_4\right)\\ \mathbf{elif}\;b \leq -1 \cdot 10^{-124}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + t \cdot t_2\right)\right)\\ \mathbf{elif}\;b \leq -3.2 \cdot 10^{-256}:\\ \;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right) - i \cdot t_3\right)\\ \mathbf{elif}\;b \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;b \leq 4.1 \cdot 10^{-22}:\\ \;\;\;\;i \cdot \left(y1 \cdot t_4 + \left(y5 \cdot \left(y \cdot k - t \cdot j\right) - c \cdot t_3\right)\right)\\ \mathbf{elif}\;b \leq 5.5 \cdot 10^{+109}:\\ \;\;\;\;t \cdot \left(z \cdot t_2 + \left(y2 \cdot t_1 + j \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)\\ \mathbf{elif}\;b \leq 6 \cdot 10^{+160}:\\ \;\;\;\;y2 \cdot \left(\left(x \cdot \left(c \cdot y0 - a \cdot y1\right) + k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot t_1\right)\\ \mathbf{elif}\;b \leq 1.15 \cdot 10^{+177}:\\ \;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0\right) - a \cdot \left(t \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \end{array} \]
(FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
 :precision binary64
 (+
  (-
   (+
    (+
     (-
      (* (- (* x y) (* z t)) (- (* a b) (* c i)))
      (* (- (* x j) (* z k)) (- (* y0 b) (* y1 i))))
     (* (- (* x y2) (* z y3)) (- (* y0 c) (* y1 a))))
    (* (- (* t j) (* y k)) (- (* y4 b) (* y5 i))))
   (* (- (* t y2) (* y y3)) (- (* y4 c) (* y5 a))))
  (* (- (* k y2) (* j y3)) (- (* y4 y1) (* y5 y0)))))
(FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
 :precision binary64
 (let* ((t_1 (- (* a y5) (* c y4)))
        (t_2 (- (* c i) (* a b)))
        (t_3 (- (* x y) (* z t)))
        (t_4 (- (* x j) (* z k))))
   (if (<= b -2.8e+64)
     (* b (- (+ (* a t_3) (* y4 (- (* t j) (* y k)))) (* y0 t_4)))
     (if (<= b -1e-124)
       (*
        z
        (+
         (* y3 (- (* a y1) (* c y0)))
         (+ (* k (- (* b y0) (* i y1))) (* t t_2))))
       (if (<= b -3.2e-256)
         (*
          c
          (-
           (+ (* y0 (- (* x y2) (* z y3))) (* y4 (- (* y y3) (* t y2))))
           (* i t_3)))
         (if (<= b 6.8e-255)
           (* y5 (* y3 (- (* j y0) (* y a))))
           (if (<= b 4.1e-22)
             (* i (+ (* y1 t_4) (- (* y5 (- (* y k) (* t j))) (* c t_3))))
             (if (<= b 5.5e+109)
               (* t (+ (* z t_2) (+ (* y2 t_1) (* j (- (* b y4) (* i y5))))))
               (if (<= b 6e+160)
                 (*
                  y2
                  (+
                   (+
                    (* x (- (* c y0) (* a y1)))
                    (* k (- (* y1 y4) (* y0 y5))))
                   (* t t_1)))
                 (if (<= b 1.15e+177)
                   (* z (- (* k (* b y0)) (* a (* t b))))
                   (* y (* b (- (* x a) (* k y4))))))))))))))
double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
	return (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)));
}
double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
	double t_1 = (a * y5) - (c * y4);
	double t_2 = (c * i) - (a * b);
	double t_3 = (x * y) - (z * t);
	double t_4 = (x * j) - (z * k);
	double tmp;
	if (b <= -2.8e+64) {
		tmp = b * (((a * t_3) + (y4 * ((t * j) - (y * k)))) - (y0 * t_4));
	} else if (b <= -1e-124) {
		tmp = z * ((y3 * ((a * y1) - (c * y0))) + ((k * ((b * y0) - (i * y1))) + (t * t_2)));
	} else if (b <= -3.2e-256) {
		tmp = c * (((y0 * ((x * y2) - (z * y3))) + (y4 * ((y * y3) - (t * y2)))) - (i * t_3));
	} else if (b <= 6.8e-255) {
		tmp = y5 * (y3 * ((j * y0) - (y * a)));
	} else if (b <= 4.1e-22) {
		tmp = i * ((y1 * t_4) + ((y5 * ((y * k) - (t * j))) - (c * t_3)));
	} else if (b <= 5.5e+109) {
		tmp = t * ((z * t_2) + ((y2 * t_1) + (j * ((b * y4) - (i * y5)))));
	} else if (b <= 6e+160) {
		tmp = y2 * (((x * ((c * y0) - (a * y1))) + (k * ((y1 * y4) - (y0 * y5)))) + (t * t_1));
	} else if (b <= 1.15e+177) {
		tmp = z * ((k * (b * y0)) - (a * (t * b)));
	} else {
		tmp = y * (b * ((x * a) - (k * y4)));
	}
	return tmp;
}
real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    real(8), intent (in) :: z
    real(8), intent (in) :: t
    real(8), intent (in) :: a
    real(8), intent (in) :: b
    real(8), intent (in) :: c
    real(8), intent (in) :: i
    real(8), intent (in) :: j
    real(8), intent (in) :: k
    real(8), intent (in) :: y0
    real(8), intent (in) :: y1
    real(8), intent (in) :: y2
    real(8), intent (in) :: y3
    real(8), intent (in) :: y4
    real(8), intent (in) :: y5
    code = (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)))
end function
real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    real(8), intent (in) :: z
    real(8), intent (in) :: t
    real(8), intent (in) :: a
    real(8), intent (in) :: b
    real(8), intent (in) :: c
    real(8), intent (in) :: i
    real(8), intent (in) :: j
    real(8), intent (in) :: k
    real(8), intent (in) :: y0
    real(8), intent (in) :: y1
    real(8), intent (in) :: y2
    real(8), intent (in) :: y3
    real(8), intent (in) :: y4
    real(8), intent (in) :: y5
    real(8) :: t_1
    real(8) :: t_2
    real(8) :: t_3
    real(8) :: t_4
    real(8) :: tmp
    t_1 = (a * y5) - (c * y4)
    t_2 = (c * i) - (a * b)
    t_3 = (x * y) - (z * t)
    t_4 = (x * j) - (z * k)
    if (b <= (-2.8d+64)) then
        tmp = b * (((a * t_3) + (y4 * ((t * j) - (y * k)))) - (y0 * t_4))
    else if (b <= (-1d-124)) then
        tmp = z * ((y3 * ((a * y1) - (c * y0))) + ((k * ((b * y0) - (i * y1))) + (t * t_2)))
    else if (b <= (-3.2d-256)) then
        tmp = c * (((y0 * ((x * y2) - (z * y3))) + (y4 * ((y * y3) - (t * y2)))) - (i * t_3))
    else if (b <= 6.8d-255) then
        tmp = y5 * (y3 * ((j * y0) - (y * a)))
    else if (b <= 4.1d-22) then
        tmp = i * ((y1 * t_4) + ((y5 * ((y * k) - (t * j))) - (c * t_3)))
    else if (b <= 5.5d+109) then
        tmp = t * ((z * t_2) + ((y2 * t_1) + (j * ((b * y4) - (i * y5)))))
    else if (b <= 6d+160) then
        tmp = y2 * (((x * ((c * y0) - (a * y1))) + (k * ((y1 * y4) - (y0 * y5)))) + (t * t_1))
    else if (b <= 1.15d+177) then
        tmp = z * ((k * (b * y0)) - (a * (t * b)))
    else
        tmp = y * (b * ((x * a) - (k * y4)))
    end if
    code = tmp
end function
public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
	return (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)));
}
public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
	double t_1 = (a * y5) - (c * y4);
	double t_2 = (c * i) - (a * b);
	double t_3 = (x * y) - (z * t);
	double t_4 = (x * j) - (z * k);
	double tmp;
	if (b <= -2.8e+64) {
		tmp = b * (((a * t_3) + (y4 * ((t * j) - (y * k)))) - (y0 * t_4));
	} else if (b <= -1e-124) {
		tmp = z * ((y3 * ((a * y1) - (c * y0))) + ((k * ((b * y0) - (i * y1))) + (t * t_2)));
	} else if (b <= -3.2e-256) {
		tmp = c * (((y0 * ((x * y2) - (z * y3))) + (y4 * ((y * y3) - (t * y2)))) - (i * t_3));
	} else if (b <= 6.8e-255) {
		tmp = y5 * (y3 * ((j * y0) - (y * a)));
	} else if (b <= 4.1e-22) {
		tmp = i * ((y1 * t_4) + ((y5 * ((y * k) - (t * j))) - (c * t_3)));
	} else if (b <= 5.5e+109) {
		tmp = t * ((z * t_2) + ((y2 * t_1) + (j * ((b * y4) - (i * y5)))));
	} else if (b <= 6e+160) {
		tmp = y2 * (((x * ((c * y0) - (a * y1))) + (k * ((y1 * y4) - (y0 * y5)))) + (t * t_1));
	} else if (b <= 1.15e+177) {
		tmp = z * ((k * (b * y0)) - (a * (t * b)));
	} else {
		tmp = y * (b * ((x * a) - (k * y4)));
	}
	return tmp;
}
def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
	return (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)))
def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
	t_1 = (a * y5) - (c * y4)
	t_2 = (c * i) - (a * b)
	t_3 = (x * y) - (z * t)
	t_4 = (x * j) - (z * k)
	tmp = 0
	if b <= -2.8e+64:
		tmp = b * (((a * t_3) + (y4 * ((t * j) - (y * k)))) - (y0 * t_4))
	elif b <= -1e-124:
		tmp = z * ((y3 * ((a * y1) - (c * y0))) + ((k * ((b * y0) - (i * y1))) + (t * t_2)))
	elif b <= -3.2e-256:
		tmp = c * (((y0 * ((x * y2) - (z * y3))) + (y4 * ((y * y3) - (t * y2)))) - (i * t_3))
	elif b <= 6.8e-255:
		tmp = y5 * (y3 * ((j * y0) - (y * a)))
	elif b <= 4.1e-22:
		tmp = i * ((y1 * t_4) + ((y5 * ((y * k) - (t * j))) - (c * t_3)))
	elif b <= 5.5e+109:
		tmp = t * ((z * t_2) + ((y2 * t_1) + (j * ((b * y4) - (i * y5)))))
	elif b <= 6e+160:
		tmp = y2 * (((x * ((c * y0) - (a * y1))) + (k * ((y1 * y4) - (y0 * y5)))) + (t * t_1))
	elif b <= 1.15e+177:
		tmp = z * ((k * (b * y0)) - (a * (t * b)))
	else:
		tmp = y * (b * ((x * a) - (k * y4)))
	return tmp
function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	return Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(x * y) - Float64(z * t)) * Float64(Float64(a * b) - Float64(c * i))) - Float64(Float64(Float64(x * j) - Float64(z * k)) * Float64(Float64(y0 * b) - Float64(y1 * i)))) + Float64(Float64(Float64(x * y2) - Float64(z * y3)) * Float64(Float64(y0 * c) - Float64(y1 * a)))) + Float64(Float64(Float64(t * j) - Float64(y * k)) * Float64(Float64(y4 * b) - Float64(y5 * i)))) - Float64(Float64(Float64(t * y2) - Float64(y * y3)) * Float64(Float64(y4 * c) - Float64(y5 * a)))) + Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y4 * y1) - Float64(y5 * y0))))
end
function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	t_1 = Float64(Float64(a * y5) - Float64(c * y4))
	t_2 = Float64(Float64(c * i) - Float64(a * b))
	t_3 = Float64(Float64(x * y) - Float64(z * t))
	t_4 = Float64(Float64(x * j) - Float64(z * k))
	tmp = 0.0
	if (b <= -2.8e+64)
		tmp = Float64(b * Float64(Float64(Float64(a * t_3) + Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) - Float64(y0 * t_4)));
	elseif (b <= -1e-124)
		tmp = Float64(z * Float64(Float64(y3 * Float64(Float64(a * y1) - Float64(c * y0))) + Float64(Float64(k * Float64(Float64(b * y0) - Float64(i * y1))) + Float64(t * t_2))));
	elseif (b <= -3.2e-256)
		tmp = Float64(c * Float64(Float64(Float64(y0 * Float64(Float64(x * y2) - Float64(z * y3))) + Float64(y4 * Float64(Float64(y * y3) - Float64(t * y2)))) - Float64(i * t_3)));
	elseif (b <= 6.8e-255)
		tmp = Float64(y5 * Float64(y3 * Float64(Float64(j * y0) - Float64(y * a))));
	elseif (b <= 4.1e-22)
		tmp = Float64(i * Float64(Float64(y1 * t_4) + Float64(Float64(y5 * Float64(Float64(y * k) - Float64(t * j))) - Float64(c * t_3))));
	elseif (b <= 5.5e+109)
		tmp = Float64(t * Float64(Float64(z * t_2) + Float64(Float64(y2 * t_1) + Float64(j * Float64(Float64(b * y4) - Float64(i * y5))))));
	elseif (b <= 6e+160)
		tmp = Float64(y2 * Float64(Float64(Float64(x * Float64(Float64(c * y0) - Float64(a * y1))) + Float64(k * Float64(Float64(y1 * y4) - Float64(y0 * y5)))) + Float64(t * t_1)));
	elseif (b <= 1.15e+177)
		tmp = Float64(z * Float64(Float64(k * Float64(b * y0)) - Float64(a * Float64(t * b))));
	else
		tmp = Float64(y * Float64(b * Float64(Float64(x * a) - Float64(k * y4))));
	end
	return tmp
end
function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	tmp = (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)));
end
function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	t_1 = (a * y5) - (c * y4);
	t_2 = (c * i) - (a * b);
	t_3 = (x * y) - (z * t);
	t_4 = (x * j) - (z * k);
	tmp = 0.0;
	if (b <= -2.8e+64)
		tmp = b * (((a * t_3) + (y4 * ((t * j) - (y * k)))) - (y0 * t_4));
	elseif (b <= -1e-124)
		tmp = z * ((y3 * ((a * y1) - (c * y0))) + ((k * ((b * y0) - (i * y1))) + (t * t_2)));
	elseif (b <= -3.2e-256)
		tmp = c * (((y0 * ((x * y2) - (z * y3))) + (y4 * ((y * y3) - (t * y2)))) - (i * t_3));
	elseif (b <= 6.8e-255)
		tmp = y5 * (y3 * ((j * y0) - (y * a)));
	elseif (b <= 4.1e-22)
		tmp = i * ((y1 * t_4) + ((y5 * ((y * k) - (t * j))) - (c * t_3)));
	elseif (b <= 5.5e+109)
		tmp = t * ((z * t_2) + ((y2 * t_1) + (j * ((b * y4) - (i * y5)))));
	elseif (b <= 6e+160)
		tmp = y2 * (((x * ((c * y0) - (a * y1))) + (k * ((y1 * y4) - (y0 * y5)))) + (t * t_1));
	elseif (b <= 1.15e+177)
		tmp = z * ((k * (b * y0)) - (a * (t * b)));
	else
		tmp = y * (b * ((x * a) - (k * y4)));
	end
	tmp_2 = tmp;
end
code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(N[(N[(N[(N[(N[(N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision] * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision] * N[(N[(y0 * b), $MachinePrecision] - N[(y1 * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision] * N[(N[(y4 * b), $MachinePrecision] - N[(y5 * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y4 * c), $MachinePrecision] - N[(y5 * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(c * i), $MachinePrecision] - N[(a * b), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[b, -2.8e+64], N[(b * N[(N[(N[(a * t$95$3), $MachinePrecision] + N[(y4 * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(y0 * t$95$4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -1e-124], N[(z * N[(N[(y3 * N[(N[(a * y1), $MachinePrecision] - N[(c * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(k * N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(t * t$95$2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -3.2e-256], N[(c * N[(N[(N[(y0 * N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(y4 * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(i * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 6.8e-255], N[(y5 * N[(y3 * N[(N[(j * y0), $MachinePrecision] - N[(y * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 4.1e-22], N[(i * N[(N[(y1 * t$95$4), $MachinePrecision] + N[(N[(y5 * N[(N[(y * k), $MachinePrecision] - N[(t * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(c * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 5.5e+109], N[(t * N[(N[(z * t$95$2), $MachinePrecision] + N[(N[(y2 * t$95$1), $MachinePrecision] + N[(j * N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 6e+160], N[(y2 * N[(N[(N[(x * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(t * t$95$1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 1.15e+177], N[(z * N[(N[(k * N[(b * y0), $MachinePrecision]), $MachinePrecision] - N[(a * N[(t * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y * N[(b * N[(N[(x * a), $MachinePrecision] - N[(k * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]]]]]]]]
\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)
\begin{array}{l}
t_1 := a \cdot y5 - c \cdot y4\\
t_2 := c \cdot i - a \cdot b\\
t_3 := x \cdot y - z \cdot t\\
t_4 := x \cdot j - z \cdot k\\
\mathbf{if}\;b \leq -2.8 \cdot 10^{+64}:\\
\;\;\;\;b \cdot \left(\left(a \cdot t_3 + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - y0 \cdot t_4\right)\\

\mathbf{elif}\;b \leq -1 \cdot 10^{-124}:\\
\;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + t \cdot t_2\right)\right)\\

\mathbf{elif}\;b \leq -3.2 \cdot 10^{-256}:\\
\;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right) - i \cdot t_3\right)\\

\mathbf{elif}\;b \leq 6.8 \cdot 10^{-255}:\\
\;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\

\mathbf{elif}\;b \leq 4.1 \cdot 10^{-22}:\\
\;\;\;\;i \cdot \left(y1 \cdot t_4 + \left(y5 \cdot \left(y \cdot k - t \cdot j\right) - c \cdot t_3\right)\right)\\

\mathbf{elif}\;b \leq 5.5 \cdot 10^{+109}:\\
\;\;\;\;t \cdot \left(z \cdot t_2 + \left(y2 \cdot t_1 + j \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)\\

\mathbf{elif}\;b \leq 6 \cdot 10^{+160}:\\
\;\;\;\;y2 \cdot \left(\left(x \cdot \left(c \cdot y0 - a \cdot y1\right) + k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot t_1\right)\\

\mathbf{elif}\;b \leq 1.15 \cdot 10^{+177}:\\
\;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0\right) - a \cdot \left(t \cdot b\right)\right)\\

\mathbf{else}:\\
\;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\


\end{array}

Local Percentage Accuracy vs ?

The average percentage accuracy by input value. Horizontal axis shows value of an input variable; the variable is choosen in the title. Vertical axis is accuracy; higher is better. Red represent the original program, while blue represents Herbie's suggestion. These can be toggled with buttons below the plot. The line is an average while dots represent individual samples.

Herbie found 40 alternatives:

AlternativeAccuracySpeedup

Accuracy vs Speed

The accuracy (vertical axis) and speed (horizontal axis) of each alternatives. Up and to the right is better. The red square shows the initial program, and each blue circle shows an alternative.The line shows the best available speed-accuracy tradeoffs.

Bogosity?

Bogosity

Try it out?

Your Program's Arguments

Results

Enter valid numbers for all inputs

Target

Original29.7%
Target27.8%
Herbie40.1%
\[\begin{array}{l} \mathbf{if}\;y4 < -7.206256231996481 \cdot 10^{+60}:\\ \;\;\;\;\left(\left(b \cdot a - i \cdot c\right) \cdot \left(y \cdot x - t \cdot z\right) - \left(\left(j \cdot x - k \cdot z\right) \cdot \left(y0 \cdot b - i \cdot y1\right) - \left(j \cdot t - k \cdot y\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right)\right) - \left(\frac{y2 \cdot t - y3 \cdot y}{\frac{1}{y4 \cdot c - y5 \cdot a}} - \left(y2 \cdot k - y3 \cdot j\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)\\ \mathbf{elif}\;y4 < -3.364603505246317 \cdot 10^{-66}:\\ \;\;\;\;\left(\left(\left(\left(t \cdot c\right) \cdot \left(i \cdot z\right) - \left(a \cdot t\right) \cdot \left(b \cdot z\right)\right) - \left(y \cdot c\right) \cdot \left(i \cdot x\right)\right) - \left(b \cdot y0 - i \cdot y1\right) \cdot \left(j \cdot x - k \cdot z\right)\right) + \left(\left(y0 \cdot c - a \cdot y1\right) \cdot \left(x \cdot y2 - z \cdot y3\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - a \cdot y5\right) - \left(y1 \cdot y4 - y5 \cdot y0\right) \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y4 < -1.2000065055686116 \cdot 10^{-105}:\\ \;\;\;\;\left(\left(\left(j \cdot t - k \cdot y\right) \cdot \left(y4 \cdot b - y5 \cdot i\right) - \left(y3 \cdot y\right) \cdot \left(y5 \cdot a - y4 \cdot c\right)\right) + \left(\left(y5 \cdot a\right) \cdot \left(t \cdot y2\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) - \left(\left(b \cdot y0 - i \cdot y1\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(y \cdot x - z \cdot t\right) \cdot \left(b \cdot a - i \cdot c\right)\right)\right)\\ \mathbf{elif}\;y4 < 6.718963124057495 \cdot 10^{-279}:\\ \;\;\;\;\left(\left(\left(\left(k \cdot y\right) \cdot \left(y5 \cdot i\right) - \left(y \cdot b\right) \cdot \left(y4 \cdot k\right)\right) - \left(y5 \cdot t\right) \cdot \left(i \cdot j\right)\right) - \left(\left(y2 \cdot t - y3 \cdot y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(y2 \cdot k - y3 \cdot j\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)\right) + \left(\left(b \cdot a - i \cdot c\right) \cdot \left(y \cdot x - t \cdot z\right) - \left(\left(j \cdot x - k \cdot z\right) \cdot \left(y0 \cdot b - i \cdot y1\right) - \left(y2 \cdot x - y3 \cdot z\right) \cdot \left(c \cdot y0 - y1 \cdot a\right)\right)\right)\\ \mathbf{elif}\;y4 < 4.77962681403792 \cdot 10^{-222}:\\ \;\;\;\;\left(\left(\left(j \cdot t - k \cdot y\right) \cdot \left(y4 \cdot b - y5 \cdot i\right) - \left(y3 \cdot y\right) \cdot \left(y5 \cdot a - y4 \cdot c\right)\right) + \left(\left(y5 \cdot a\right) \cdot \left(t \cdot y2\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) - \left(\left(b \cdot y0 - i \cdot y1\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(y \cdot x - z \cdot t\right) \cdot \left(b \cdot a - i \cdot c\right)\right)\right)\\ \mathbf{elif}\;y4 < 2.2852241541266835 \cdot 10^{-175}:\\ \;\;\;\;\left(\left(\left(\left(k \cdot y\right) \cdot \left(y5 \cdot i\right) - \left(y \cdot b\right) \cdot \left(y4 \cdot k\right)\right) - \left(y5 \cdot t\right) \cdot \left(i \cdot j\right)\right) - \left(\left(y2 \cdot t - y3 \cdot y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(y2 \cdot k - y3 \cdot j\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)\right) + \left(\left(b \cdot a - i \cdot c\right) \cdot \left(y \cdot x - t \cdot z\right) - \left(\left(j \cdot x - k \cdot z\right) \cdot \left(y0 \cdot b - i \cdot y1\right) - \left(y2 \cdot x - y3 \cdot z\right) \cdot \left(c \cdot y0 - y1 \cdot a\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(k \cdot \left(i \cdot \left(z \cdot y1\right)\right) - \left(j \cdot \left(i \cdot \left(x \cdot y1\right)\right) + y0 \cdot \left(k \cdot \left(z \cdot b\right)\right)\right)\right)\right) + \left(z \cdot \left(y3 \cdot \left(a \cdot y1\right)\right) - \left(y2 \cdot \left(x \cdot \left(a \cdot y1\right)\right) + y0 \cdot \left(z \cdot \left(c \cdot y3\right)\right)\right)\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\\ \end{array} \]

Derivation?

  1. Split input into 9 regimes
  2. if b < -2.80000000000000024e64

    1. Initial program 30.7%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified30.7%

      \[\leadsto \color{blue}{\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
      Step-by-step derivation

      [Start]30.7%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      associate-+l- [=>]30.7%

      \[ \color{blue}{\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)} \]
    3. Taylor expanded in b around inf 64.7%

      \[\leadsto \color{blue}{\left(\left(a \cdot \left(y \cdot x - t \cdot z\right) + y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot b} \]

    if -2.80000000000000024e64 < b < -9.99999999999999933e-125

    1. Initial program 33.4%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified33.4%

      \[\leadsto \color{blue}{\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
      Step-by-step derivation

      [Start]33.4%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      associate-+l- [=>]33.4%

      \[ \color{blue}{\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)} \]
    3. Taylor expanded in z around -inf 53.3%

      \[\leadsto \color{blue}{-1 \cdot \left(\left(\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + t \cdot \left(a \cdot b - c \cdot i\right)\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right) \cdot z\right)} \]
    4. Simplified53.3%

      \[\leadsto \color{blue}{-\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + \left(t \cdot \left(a \cdot b - c \cdot i\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right)\right) \cdot z} \]
      Step-by-step derivation

      [Start]53.3%

      \[ -1 \cdot \left(\left(\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + t \cdot \left(a \cdot b - c \cdot i\right)\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right) \cdot z\right) \]

      mul-1-neg [=>]53.3%

      \[ \color{blue}{-\left(\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + t \cdot \left(a \cdot b - c \cdot i\right)\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right) \cdot z} \]

      associate--l+ [=>]53.3%

      \[ -\color{blue}{\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + \left(t \cdot \left(a \cdot b - c \cdot i\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right)\right)} \cdot z \]

    if -9.99999999999999933e-125 < b < -3.1999999999999999e-256

    1. Initial program 50.2%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified50.2%

      \[\leadsto \color{blue}{\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
      Step-by-step derivation

      [Start]50.2%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      associate-+l- [=>]50.2%

      \[ \color{blue}{\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)} \]
    3. Taylor expanded in c around inf 57.1%

      \[\leadsto \color{blue}{c \cdot \left(\left(-1 \cdot \left(i \cdot \left(y \cdot x - t \cdot z\right)\right) + y0 \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
    4. Simplified57.1%

      \[\leadsto \color{blue}{c \cdot \left(\left(-i \cdot \left(y \cdot x - t \cdot z\right)\right) + \left(y0 \cdot \left(y2 \cdot x - y3 \cdot z\right) - y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
      Step-by-step derivation

      [Start]57.1%

      \[ c \cdot \left(\left(-1 \cdot \left(i \cdot \left(y \cdot x - t \cdot z\right)\right) + y0 \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]

      associate--l+ [=>]57.1%

      \[ c \cdot \color{blue}{\left(-1 \cdot \left(i \cdot \left(y \cdot x - t \cdot z\right)\right) + \left(y0 \cdot \left(y2 \cdot x - y3 \cdot z\right) - y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]

      mul-1-neg [=>]57.1%

      \[ c \cdot \left(\color{blue}{\left(-i \cdot \left(y \cdot x - t \cdot z\right)\right)} + \left(y0 \cdot \left(y2 \cdot x - y3 \cdot z\right) - y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]

    if -3.1999999999999999e-256 < b < 6.79999999999999967e-255

    1. Initial program 36.8%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified47.4%

      \[\leadsto \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y4 - a \cdot y5, y \cdot y3 - t \cdot y2, \mathsf{fma}\left(x \cdot y - z \cdot t, a \cdot b - c \cdot i, \mathsf{fma}\left(b \cdot y0 - i \cdot y1, z \cdot k - x \cdot j, \mathsf{fma}\left(t \cdot j - y \cdot k, b \cdot y4 - i \cdot y5, \left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\right)\right)\right)\right)} \]
      Step-by-step derivation

      [Start]36.8%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      +-commutative [=>]36.8%

      \[ \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) + \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)} \]

      fma-def [=>]36.8%

      \[ \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y4 \cdot y1 - y5 \cdot y0, \left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)} \]

      *-commutative [=>]36.8%

      \[ \mathsf{fma}\left(k \cdot y2 - j \cdot y3, \color{blue}{y1 \cdot y4} - y5 \cdot y0, \left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) \]

      *-commutative [=>]36.8%

      \[ \mathsf{fma}\left(k \cdot y2 - j \cdot y3, y1 \cdot y4 - \color{blue}{y0 \cdot y5}, \left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) \]
    3. Taylor expanded in y5 around -inf 32.2%

      \[\leadsto \color{blue}{-1 \cdot \left(\left(i \cdot \left(t \cdot j - k \cdot y\right) + \left(\left(y \cdot y3 - t \cdot y2\right) \cdot a + y0 \cdot \left(k \cdot y2 - y3 \cdot j\right)\right)\right) \cdot y5\right)} \]
    4. Taylor expanded in y3 around inf 64.4%

      \[\leadsto -1 \cdot \left(\color{blue}{\left(\left(y \cdot a + -1 \cdot \left(y0 \cdot j\right)\right) \cdot y3\right)} \cdot y5\right) \]
    5. Simplified64.4%

      \[\leadsto -1 \cdot \left(\color{blue}{\left(y3 \cdot \left(a \cdot y - j \cdot y0\right)\right)} \cdot y5\right) \]
      Step-by-step derivation

      [Start]64.4%

      \[ -1 \cdot \left(\left(\left(y \cdot a + -1 \cdot \left(y0 \cdot j\right)\right) \cdot y3\right) \cdot y5\right) \]

      *-commutative [=>]64.4%

      \[ -1 \cdot \left(\color{blue}{\left(y3 \cdot \left(y \cdot a + -1 \cdot \left(y0 \cdot j\right)\right)\right)} \cdot y5\right) \]

      *-commutative [<=]64.4%

      \[ -1 \cdot \left(\left(y3 \cdot \left(\color{blue}{a \cdot y} + -1 \cdot \left(y0 \cdot j\right)\right)\right) \cdot y5\right) \]

      *-commutative [=>]64.4%

      \[ -1 \cdot \left(\left(y3 \cdot \left(\color{blue}{y \cdot a} + -1 \cdot \left(y0 \cdot j\right)\right)\right) \cdot y5\right) \]

      mul-1-neg [=>]64.4%

      \[ -1 \cdot \left(\left(y3 \cdot \left(y \cdot a + \color{blue}{\left(-y0 \cdot j\right)}\right)\right) \cdot y5\right) \]

      unsub-neg [=>]64.4%

      \[ -1 \cdot \left(\left(y3 \cdot \color{blue}{\left(y \cdot a - y0 \cdot j\right)}\right) \cdot y5\right) \]

      *-commutative [<=]64.4%

      \[ -1 \cdot \left(\left(y3 \cdot \left(\color{blue}{a \cdot y} - y0 \cdot j\right)\right) \cdot y5\right) \]

      *-commutative [=>]64.4%

      \[ -1 \cdot \left(\left(y3 \cdot \left(a \cdot y - \color{blue}{j \cdot y0}\right)\right) \cdot y5\right) \]

    if 6.79999999999999967e-255 < b < 4.0999999999999999e-22

    1. Initial program 34.1%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified34.1%

      \[\leadsto \color{blue}{\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
      Step-by-step derivation

      [Start]34.1%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      associate-+l- [=>]34.1%

      \[ \color{blue}{\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)} \]
    3. Taylor expanded in i around -inf 64.0%

      \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(y \cdot x - t \cdot z\right) + \left(t \cdot j - k \cdot y\right) \cdot y5\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]

    if 4.0999999999999999e-22 < b < 5.4999999999999998e109

    1. Initial program 15.3%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified22.7%

      \[\leadsto \color{blue}{\mathsf{fma}\left(\mathsf{fma}\left(y3, -j, k \cdot y2\right), y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(t \cdot y2 - y \cdot y3, a \cdot y5 - c \cdot y4, \mathsf{fma}\left(x \cdot y2 - z \cdot y3, c \cdot y0 - a \cdot y1, \mathsf{fma}\left(t \cdot j - y \cdot k, \mathsf{fma}\left(b, y4, y5 \cdot \left(-i\right)\right), \mathsf{fma}\left(\mathsf{fma}\left(x, y, z \cdot \left(-t\right)\right), a \cdot b - c \cdot i, \left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\right)\right)\right)\right)} \]
      Step-by-step derivation

      [Start]15.3%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      +-commutative [=>]15.3%

      \[ \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) + \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)} \]

      fma-def [=>]19.0%

      \[ \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y4 \cdot y1 - y5 \cdot y0, \left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)} \]
    3. Taylor expanded in t around inf 56.4%

      \[\leadsto \color{blue}{t \cdot \left(-1 \cdot \left(z \cdot \left(a \cdot b - c \cdot i\right)\right) + \left(\left(a \cdot y5 - c \cdot y4\right) \cdot y2 + j \cdot \left(y4 \cdot b + -1 \cdot \left(i \cdot y5\right)\right)\right)\right)} \]
    4. Simplified56.4%

      \[\leadsto \color{blue}{t \cdot \left(\left(-z \cdot \left(a \cdot b - c \cdot i\right)\right) + \left(\left(a \cdot y5 - c \cdot y4\right) \cdot y2 + j \cdot \left(y4 \cdot b - i \cdot y5\right)\right)\right)} \]
      Step-by-step derivation

      [Start]56.4%

      \[ t \cdot \left(-1 \cdot \left(z \cdot \left(a \cdot b - c \cdot i\right)\right) + \left(\left(a \cdot y5 - c \cdot y4\right) \cdot y2 + j \cdot \left(y4 \cdot b + -1 \cdot \left(i \cdot y5\right)\right)\right)\right) \]

      mul-1-neg [=>]56.4%

      \[ t \cdot \left(\color{blue}{\left(-z \cdot \left(a \cdot b - c \cdot i\right)\right)} + \left(\left(a \cdot y5 - c \cdot y4\right) \cdot y2 + j \cdot \left(y4 \cdot b + -1 \cdot \left(i \cdot y5\right)\right)\right)\right) \]

      mul-1-neg [=>]56.4%

      \[ t \cdot \left(\left(-z \cdot \left(a \cdot b - c \cdot i\right)\right) + \left(\left(a \cdot y5 - c \cdot y4\right) \cdot y2 + j \cdot \left(y4 \cdot b + \color{blue}{\left(-i \cdot y5\right)}\right)\right)\right) \]

      sub-neg [<=]56.4%

      \[ t \cdot \left(\left(-z \cdot \left(a \cdot b - c \cdot i\right)\right) + \left(\left(a \cdot y5 - c \cdot y4\right) \cdot y2 + j \cdot \color{blue}{\left(y4 \cdot b - i \cdot y5\right)}\right)\right) \]

    if 5.4999999999999998e109 < b < 5.9999999999999997e160

    1. Initial program 40.0%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified40.0%

      \[\leadsto \color{blue}{\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
      Step-by-step derivation

      [Start]40.0%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      associate-+l- [=>]40.0%

      \[ \color{blue}{\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)} \]
    3. Taylor expanded in y2 around inf 90.1%

      \[\leadsto \color{blue}{\left(\left(\left(c \cdot y0 - a \cdot y1\right) \cdot x + k \cdot \left(y4 \cdot y1 - y0 \cdot y5\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]

    if 5.9999999999999997e160 < b < 1.15e177

    1. Initial program 0.0%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified0.0%

      \[\leadsto \color{blue}{\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
      Step-by-step derivation

      [Start]0.0%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      associate-+l- [=>]0.0%

      \[ \color{blue}{\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)} \]
    3. Taylor expanded in z around -inf 66.7%

      \[\leadsto \color{blue}{-1 \cdot \left(\left(\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + t \cdot \left(a \cdot b - c \cdot i\right)\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right) \cdot z\right)} \]
    4. Simplified66.7%

      \[\leadsto \color{blue}{-\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + \left(t \cdot \left(a \cdot b - c \cdot i\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right)\right) \cdot z} \]
      Step-by-step derivation

      [Start]66.7%

      \[ -1 \cdot \left(\left(\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + t \cdot \left(a \cdot b - c \cdot i\right)\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right) \cdot z\right) \]

      mul-1-neg [=>]66.7%

      \[ \color{blue}{-\left(\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + t \cdot \left(a \cdot b - c \cdot i\right)\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right) \cdot z} \]

      associate--l+ [=>]66.7%

      \[ -\color{blue}{\left(\left(c \cdot y0 - a \cdot y1\right) \cdot y3 + \left(t \cdot \left(a \cdot b - c \cdot i\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot k\right)\right)} \cdot z \]
    5. Taylor expanded in b around inf 67.6%

      \[\leadsto -\color{blue}{\left(\left(a \cdot t - k \cdot y0\right) \cdot b\right)} \cdot z \]
    6. Taylor expanded in a around 0 83.3%

      \[\leadsto -\color{blue}{\left(-1 \cdot \left(k \cdot \left(y0 \cdot b\right)\right) + a \cdot \left(t \cdot b\right)\right)} \cdot z \]

    if 1.15e177 < b

    1. Initial program 8.0%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Simplified8.0%

      \[\leadsto \color{blue}{\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
      Step-by-step derivation

      [Start]8.0%

      \[ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]

      associate-+l- [=>]8.0%

      \[ \color{blue}{\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(\left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right) - \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right)} \]
    3. Taylor expanded in b around inf 64.0%

      \[\leadsto \color{blue}{\left(\left(a \cdot \left(y \cdot x - t \cdot z\right) + y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot b} \]
    4. Taylor expanded in y around 0 48.0%

      \[\leadsto \color{blue}{b \cdot \left(\left(y4 \cdot \left(t \cdot j\right) + -1 \cdot \left(a \cdot \left(t \cdot z\right)\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot \left(y \cdot b\right)} \]
    5. Simplified72.0%

      \[\leadsto \color{blue}{b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) - t \cdot \left(z \cdot a\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + y \cdot \left(x \cdot a - y4 \cdot k\right)\right)} \]
      Step-by-step derivation

      [Start]48.0%

      \[ b \cdot \left(\left(y4 \cdot \left(t \cdot j\right) + -1 \cdot \left(a \cdot \left(t \cdot z\right)\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot \left(y \cdot b\right) \]

      *-commutative [=>]48.0%

      \[ \color{blue}{\left(\left(y4 \cdot \left(t \cdot j\right) + -1 \cdot \left(a \cdot \left(t \cdot z\right)\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot b} + \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot \left(y \cdot b\right) \]

      associate-*r* [=>]52.0%

      \[ \left(\left(y4 \cdot \left(t \cdot j\right) + -1 \cdot \left(a \cdot \left(t \cdot z\right)\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot b + \color{blue}{\left(\left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot y\right) \cdot b} \]

      distribute-rgt-out [=>]72.0%

      \[ \color{blue}{b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) + -1 \cdot \left(a \cdot \left(t \cdot z\right)\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot y\right)} \]

      mul-1-neg [=>]72.0%

      \[ b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) + \color{blue}{\left(-a \cdot \left(t \cdot z\right)\right)}\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot y\right) \]

      unsub-neg [=>]72.0%

      \[ b \cdot \left(\left(\color{blue}{\left(y4 \cdot \left(t \cdot j\right) - a \cdot \left(t \cdot z\right)\right)} - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot y\right) \]

      *-commutative [=>]72.0%

      \[ b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) - \color{blue}{\left(t \cdot z\right) \cdot a}\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot y\right) \]

      associate-*l* [=>]72.0%

      \[ b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) - \color{blue}{t \cdot \left(z \cdot a\right)}\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right) \cdot y\right) \]

      *-commutative [=>]72.0%

      \[ b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) - t \cdot \left(z \cdot a\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + \color{blue}{y \cdot \left(-1 \cdot \left(k \cdot y4\right) + a \cdot x\right)}\right) \]

      +-commutative [=>]72.0%

      \[ b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) - t \cdot \left(z \cdot a\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + y \cdot \color{blue}{\left(a \cdot x + -1 \cdot \left(k \cdot y4\right)\right)}\right) \]

      mul-1-neg [=>]72.0%

      \[ b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) - t \cdot \left(z \cdot a\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + y \cdot \left(a \cdot x + \color{blue}{\left(-k \cdot y4\right)}\right)\right) \]

      unsub-neg [=>]72.0%

      \[ b \cdot \left(\left(\left(y4 \cdot \left(t \cdot j\right) - t \cdot \left(z \cdot a\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) + y \cdot \color{blue}{\left(a \cdot x - k \cdot y4\right)}\right) \]
    6. Taylor expanded in y around inf 68.5%

      \[\leadsto \color{blue}{y \cdot \left(b \cdot \left(a \cdot x - k \cdot y4\right)\right)} \]
  3. Recombined 9 regimes into one program.
  4. Final simplification62.7%

    \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -2.8 \cdot 10^{+64}:\\ \;\;\;\;b \cdot \left(\left(a \cdot \left(x \cdot y - z \cdot t\right) + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - y0 \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{elif}\;b \leq -1 \cdot 10^{-124}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + t \cdot \left(c \cdot i - a \cdot b\right)\right)\right)\\ \mathbf{elif}\;b \leq -3.2 \cdot 10^{-256}:\\ \;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right) - i \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;b \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;b \leq 4.1 \cdot 10^{-22}:\\ \;\;\;\;i \cdot \left(y1 \cdot \left(x \cdot j - z \cdot k\right) + \left(y5 \cdot \left(y \cdot k - t \cdot j\right) - c \cdot \left(x \cdot y - z \cdot t\right)\right)\right)\\ \mathbf{elif}\;b \leq 5.5 \cdot 10^{+109}:\\ \;\;\;\;t \cdot \left(z \cdot \left(c \cdot i - a \cdot b\right) + \left(y2 \cdot \left(a \cdot y5 - c \cdot y4\right) + j \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)\\ \mathbf{elif}\;b \leq 6 \cdot 10^{+160}:\\ \;\;\;\;y2 \cdot \left(\left(x \cdot \left(c \cdot y0 - a \cdot y1\right) + k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq 1.15 \cdot 10^{+177}:\\ \;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0\right) - a \cdot \left(t \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \end{array} \]

Alternatives

Alternative 1
Accuracy40.1%
Cost2908
\[\begin{array}{l} t_1 := a \cdot y5 - c \cdot y4\\ t_2 := c \cdot i - a \cdot b\\ t_3 := x \cdot y - z \cdot t\\ t_4 := x \cdot j - z \cdot k\\ \mathbf{if}\;b \leq -2.8 \cdot 10^{+64}:\\ \;\;\;\;b \cdot \left(\left(a \cdot t_3 + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - y0 \cdot t_4\right)\\ \mathbf{elif}\;b \leq -1 \cdot 10^{-124}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + t \cdot t_2\right)\right)\\ \mathbf{elif}\;b \leq -3.2 \cdot 10^{-256}:\\ \;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right) - i \cdot t_3\right)\\ \mathbf{elif}\;b \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;b \leq 4.1 \cdot 10^{-22}:\\ \;\;\;\;i \cdot \left(y1 \cdot t_4 + \left(y5 \cdot \left(y \cdot k - t \cdot j\right) - c \cdot t_3\right)\right)\\ \mathbf{elif}\;b \leq 5.5 \cdot 10^{+109}:\\ \;\;\;\;t \cdot \left(z \cdot t_2 + \left(y2 \cdot t_1 + j \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)\\ \mathbf{elif}\;b \leq 6 \cdot 10^{+160}:\\ \;\;\;\;y2 \cdot \left(\left(x \cdot \left(c \cdot y0 - a \cdot y1\right) + k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot t_1\right)\\ \mathbf{elif}\;b \leq 1.15 \cdot 10^{+177}:\\ \;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0\right) - a \cdot \left(t \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \end{array} \]
Alternative 2
Accuracy52.0%
Cost12228
\[\begin{array}{l} t_1 := k \cdot y2 - j \cdot y3\\ t_2 := \left(\left(\left(\left(\left(a \cdot b - c \cdot i\right) \cdot \left(x \cdot y - z \cdot t\right) + \left(b \cdot y0 - i \cdot y1\right) \cdot \left(z \cdot k - x \cdot j\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5 - c \cdot y4\right)\right) + t_1 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\\ \mathbf{if}\;t_2 \leq \infty:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + \left(i \cdot \left(x \cdot j - z \cdot k\right) + y4 \cdot t_1\right)\right)\\ \end{array} \]
Alternative 3
Accuracy42.0%
Cost5196
\[\begin{array}{l} t_1 := t \cdot j - y \cdot k\\ t_2 := y \cdot k - t \cdot j\\ t_3 := b \cdot y4 - i \cdot y5\\ t_4 := t \cdot y2 - y \cdot y3\\ t_5 := c \cdot i - a \cdot b\\ t_6 := x \cdot y - z \cdot t\\ t_7 := x \cdot j - z \cdot k\\ t_8 := y0 \cdot t_7\\ t_9 := b \cdot y0 - i \cdot y1\\ t_10 := y1 \cdot y4 - y0 \cdot y5\\ \mathbf{if}\;b \leq -1.85 \cdot 10^{+64}:\\ \;\;\;\;b \cdot \left(\left(a \cdot t_6 + y4 \cdot t_1\right) - t_8\right)\\ \mathbf{elif}\;b \leq -1.12 \cdot 10^{-156}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot t_9 + t \cdot t_5\right)\right)\\ \mathbf{elif}\;b \leq -1.1 \cdot 10^{-266}:\\ \;\;\;\;\left(t \cdot \left(z \cdot t_5\right) + \left(t_1 \cdot t_3 + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\right) + \left(\left(k \cdot y2 - j \cdot y3\right) \cdot t_10 + t_4 \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq 4.4 \cdot 10^{-214}:\\ \;\;\;\;j \cdot \left(\left(t \cdot t_3 - y3 \cdot t_10\right) - x \cdot t_9\right)\\ \mathbf{elif}\;b \leq 8.2 \cdot 10^{-21}:\\ \;\;\;\;i \cdot \left(y1 \cdot t_7 + \left(y5 \cdot t_2 - c \cdot t_6\right)\right)\\ \mathbf{elif}\;b \leq 1.15 \cdot 10^{+153}:\\ \;\;\;\;y5 \cdot \left(i \cdot t_2 + \left(a \cdot t_4 + y0 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(\left(\left(\left(t \cdot j\right) \cdot y4 - t \cdot \left(z \cdot a\right)\right) - t_8\right) + y \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \end{array} \]
Alternative 4
Accuracy32.6%
Cost3188
\[\begin{array}{l} t_1 := y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ t_2 := y4 \cdot \left(t \cdot \left(b \cdot j - c \cdot y2\right)\right)\\ t_3 := z \cdot \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + \left(a \cdot \left(y1 \cdot y3\right) - a \cdot \left(t \cdot b\right)\right)\right)\\ \mathbf{if}\;y3 \leq -1.35 \cdot 10^{+92}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y3 \leq -1.15 \cdot 10^{-93}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq -9.6 \cdot 10^{-206}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq -2.25 \cdot 10^{-212}:\\ \;\;\;\;k \cdot \left(y1 \cdot \left(y2 \cdot y4 - z \cdot i\right)\right)\\ \mathbf{elif}\;y3 \leq -1.1 \cdot 10^{-228}:\\ \;\;\;\;t_3\\ \mathbf{elif}\;y3 \leq -2.4 \cdot 10^{-248}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq 1.2 \cdot 10^{-279}:\\ \;\;\;\;y5 \cdot \left(k \cdot \left(y \cdot i - y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 2.9 \cdot 10^{-214}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 1.2 \cdot 10^{-194}:\\ \;\;\;\;y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 2.45 \cdot 10^{-60}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{elif}\;y3 \leq 2.05 \cdot 10^{+52}:\\ \;\;\;\;z \cdot \left(y0 \cdot \left(b \cdot k - c \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq 2 \cdot 10^{+67}:\\ \;\;\;\;i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{+101}:\\ \;\;\;\;t_3\\ \mathbf{elif}\;y3 \leq 8 \cdot 10^{+258}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \end{array} \]
Alternative 5
Accuracy35.6%
Cost3172
\[\begin{array}{l} t_1 := k \cdot y2 - j \cdot y3\\ t_2 := y1 \cdot t_1\\ t_3 := y4 \cdot \left(\left(b \cdot \left(t \cdot j - y \cdot k\right) + t_2\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ t_4 := y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + y4 \cdot t_1\right)\\ \mathbf{if}\;j \leq -1.85 \cdot 10^{+233}:\\ \;\;\;\;y4 \cdot t_2\\ \mathbf{elif}\;j \leq -1.45 \cdot 10^{-55}:\\ \;\;\;\;b \cdot \left(y \cdot \left(x \cdot a - k \cdot y4\right) + \left(\left(\left(t \cdot j\right) \cdot y4 - t \cdot \left(z \cdot a\right)\right) - y0 \cdot \left(x \cdot j\right)\right)\right)\\ \mathbf{elif}\;j \leq -2.25 \cdot 10^{-293}:\\ \;\;\;\;t_4\\ \mathbf{elif}\;j \leq 6.6 \cdot 10^{-217}:\\ \;\;\;\;t_3\\ \mathbf{elif}\;j \leq 5.9 \cdot 10^{-118}:\\ \;\;\;\;t_4\\ \mathbf{elif}\;j \leq 2.25 \cdot 10^{-108}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \mathbf{elif}\;j \leq 1.8 \cdot 10^{-59}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{elif}\;j \leq 1.15 \cdot 10^{+20}:\\ \;\;\;\;b \cdot \left(z \cdot \left(k \cdot y0 - t \cdot a\right)\right)\\ \mathbf{elif}\;j \leq 3.2 \cdot 10^{+146}:\\ \;\;\;\;t_3\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \end{array} \]
Alternative 6
Accuracy37.2%
Cost3172
\[\begin{array}{l} t_1 := k \cdot \left(b \cdot y0 - i \cdot y1\right)\\ t_2 := c \cdot y0 - a \cdot y1\\ t_3 := j \cdot \left(i \cdot y1 - b \cdot y0\right)\\ \mathbf{if}\;b \leq -1.7 \cdot 10^{+64}:\\ \;\;\;\;b \cdot \left(\left(a \cdot \left(x \cdot y - z \cdot t\right) + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - y0 \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{elif}\;b \leq -5 \cdot 10^{-126}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(t_1 + t \cdot \left(c \cdot i - a \cdot b\right)\right)\right)\\ \mathbf{elif}\;b \leq -1.4 \cdot 10^{-277}:\\ \;\;\;\;x \cdot \left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot t_2\right) + t_3\right)\\ \mathbf{elif}\;b \leq 2 \cdot 10^{-193}:\\ \;\;\;\;k \cdot \left(y1 \cdot \left(y2 \cdot y4 - z \cdot i\right)\right)\\ \mathbf{elif}\;b \leq 8.5 \cdot 10^{-130}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{elif}\;b \leq 1.8 \cdot 10^{-57}:\\ \;\;\;\;x \cdot t_3\\ \mathbf{elif}\;b \leq 4.4 \cdot 10^{+18}:\\ \;\;\;\;z \cdot \left(t_1 + \left(a \cdot \left(y1 \cdot y3\right) - a \cdot \left(t \cdot b\right)\right)\right)\\ \mathbf{elif}\;b \leq 2.3 \cdot 10^{+107}:\\ \;\;\;\;i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;b \leq 1.72 \cdot 10^{+162}:\\ \;\;\;\;y2 \cdot \left(\left(x \cdot t_2 + k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;k \cdot \left(y4 \cdot \left(y1 \cdot y2 - y \cdot b\right)\right)\\ \end{array} \]
Alternative 7
Accuracy37.4%
Cost3172
\[\begin{array}{l} t_1 := t \cdot j - y \cdot k\\ t_2 := x \cdot y - z \cdot t\\ t_3 := y \cdot y3 - t \cdot y2\\ \mathbf{if}\;b \leq -5.4 \cdot 10^{+63}:\\ \;\;\;\;b \cdot \left(\left(a \cdot t_2 + y4 \cdot t_1\right) - y0 \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{elif}\;b \leq -9 \cdot 10^{-125}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + t \cdot \left(c \cdot i - a \cdot b\right)\right)\right)\\ \mathbf{elif}\;b \leq -1.32 \cdot 10^{-273}:\\ \;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot t_3\right) - i \cdot t_2\right)\\ \mathbf{elif}\;b \leq 1.9 \cdot 10^{-193}:\\ \;\;\;\;k \cdot \left(y1 \cdot \left(y2 \cdot y4 - z \cdot i\right)\right)\\ \mathbf{elif}\;b \leq 1.5 \cdot 10^{-118}:\\ \;\;\;\;y4 \cdot \left(\left(b \cdot t_1 + y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot t_3\right)\\ \mathbf{elif}\;b \leq 2.2 \cdot 10^{-88}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \mathbf{elif}\;b \leq 6 \cdot 10^{-60}:\\ \;\;\;\;x \cdot \left(j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;b \leq 5.2 \cdot 10^{+106}:\\ \;\;\;\;i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;b \leq 3.8 \cdot 10^{+162}:\\ \;\;\;\;y2 \cdot \left(\left(x \cdot \left(c \cdot y0 - a \cdot y1\right) + k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;k \cdot \left(y4 \cdot \left(y1 \cdot y2 - y \cdot b\right)\right)\\ \end{array} \]
Alternative 8
Accuracy38.5%
Cost3172
\[\begin{array}{l} t_1 := t \cdot j - y \cdot k\\ t_2 := x \cdot y - z \cdot t\\ t_3 := a \cdot y5 - c \cdot y4\\ t_4 := y \cdot y3 - t \cdot y2\\ t_5 := c \cdot i - a \cdot b\\ \mathbf{if}\;b \leq -7 \cdot 10^{+63}:\\ \;\;\;\;b \cdot \left(\left(a \cdot t_2 + y4 \cdot t_1\right) - y0 \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{elif}\;b \leq -1.6 \cdot 10^{-124}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + t \cdot t_5\right)\right)\\ \mathbf{elif}\;b \leq -6.5 \cdot 10^{-272}:\\ \;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot t_4\right) - i \cdot t_2\right)\\ \mathbf{elif}\;b \leq 2 \cdot 10^{-193}:\\ \;\;\;\;k \cdot \left(y1 \cdot \left(y2 \cdot y4 - z \cdot i\right)\right)\\ \mathbf{elif}\;b \leq 1.5 \cdot 10^{-118}:\\ \;\;\;\;y4 \cdot \left(\left(b \cdot t_1 + y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot t_4\right)\\ \mathbf{elif}\;b \leq 5.5 \cdot 10^{-88}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \mathbf{elif}\;b \leq 1.5 \cdot 10^{-23}:\\ \;\;\;\;x \cdot \left(j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;b \leq 3.4 \cdot 10^{+109}:\\ \;\;\;\;t \cdot \left(z \cdot t_5 + \left(y2 \cdot t_3 + j \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)\\ \mathbf{elif}\;b \leq 5.1 \cdot 10^{+160}:\\ \;\;\;\;y2 \cdot \left(\left(x \cdot \left(c \cdot y0 - a \cdot y1\right) + k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot t_3\right)\\ \mathbf{elif}\;b \leq 1.2 \cdot 10^{+174}:\\ \;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0\right) - a \cdot \left(t \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \end{array} \]
Alternative 9
Accuracy42.0%
Cost2904
\[\begin{array}{l} t_1 := y \cdot k - t \cdot j\\ t_2 := x \cdot y - z \cdot t\\ t_3 := x \cdot j - z \cdot k\\ t_4 := y0 \cdot t_3\\ \mathbf{if}\;b \leq -8.2 \cdot 10^{+63}:\\ \;\;\;\;b \cdot \left(\left(a \cdot t_2 + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - t_4\right)\\ \mathbf{elif}\;b \leq -5.5 \cdot 10^{-125}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + t \cdot \left(c \cdot i - a \cdot b\right)\right)\right)\\ \mathbf{elif}\;b \leq -4.1 \cdot 10^{-256}:\\ \;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right) - i \cdot t_2\right)\\ \mathbf{elif}\;b \leq 1.05 \cdot 10^{-254}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;b \leq 3.8 \cdot 10^{-22}:\\ \;\;\;\;i \cdot \left(y1 \cdot t_3 + \left(y5 \cdot t_1 - c \cdot t_2\right)\right)\\ \mathbf{elif}\;b \leq 1.36 \cdot 10^{+155}:\\ \;\;\;\;y5 \cdot \left(i \cdot t_1 + \left(a \cdot \left(t \cdot y2 - y \cdot y3\right) + y0 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(\left(\left(\left(t \cdot j\right) \cdot y4 - t \cdot \left(z \cdot a\right)\right) - t_4\right) + y \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \end{array} \]
Alternative 10
Accuracy42.0%
Cost2904
\[\begin{array}{l} t_1 := y \cdot k - t \cdot j\\ t_2 := x \cdot y - z \cdot t\\ t_3 := x \cdot j - z \cdot k\\ t_4 := y0 \cdot t_3\\ \mathbf{if}\;b \leq -1.6 \cdot 10^{+50}:\\ \;\;\;\;b \cdot \left(\left(a \cdot t_2 + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - t_4\right)\\ \mathbf{elif}\;b \leq -4.3 \cdot 10^{-64}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + \left(i \cdot t_3 + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\right)\\ \mathbf{elif}\;b \leq -4.2 \cdot 10^{-254}:\\ \;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right) - i \cdot t_2\right)\\ \mathbf{elif}\;b \leq 4 \cdot 10^{-254}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;b \leq 9.5 \cdot 10^{-20}:\\ \;\;\;\;i \cdot \left(y1 \cdot t_3 + \left(y5 \cdot t_1 - c \cdot t_2\right)\right)\\ \mathbf{elif}\;b \leq 1.06 \cdot 10^{+153}:\\ \;\;\;\;y5 \cdot \left(i \cdot t_1 + \left(a \cdot \left(t \cdot y2 - y \cdot y3\right) + y0 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(\left(\left(\left(t \cdot j\right) \cdot y4 - t \cdot \left(z \cdot a\right)\right) - t_4\right) + y \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \end{array} \]
Alternative 11
Accuracy35.7%
Cost2792
\[\begin{array}{l} t_1 := y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ t_2 := y2 \cdot \left(y1 \cdot \left(k \cdot y4 - x \cdot a\right)\right)\\ \mathbf{if}\;y3 \leq -1.8 \cdot 10^{+92}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y3 \leq -4.1 \cdot 10^{-85}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 2 \cdot 10^{-280}:\\ \;\;\;\;b \cdot \left(y \cdot \left(x \cdot a - k \cdot y4\right) + \left(\left(\left(t \cdot j\right) \cdot y4 - t \cdot \left(z \cdot a\right)\right) - y0 \cdot \left(x \cdot j\right)\right)\right)\\ \mathbf{elif}\;y3 \leq 2.45 \cdot 10^{-256}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 2 \cdot 10^{-241}:\\ \;\;\;\;x \cdot \left(j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y3 \leq 2.3 \cdot 10^{-237}:\\ \;\;\;\;y5 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-214}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq 6.4 \cdot 10^{-161}:\\ \;\;\;\;y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 3.05 \cdot 10^{-30}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq 9 \cdot 10^{+99}:\\ \;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + \left(a \cdot \left(y1 \cdot y3\right) - a \cdot \left(t \cdot b\right)\right)\right)\\ \mathbf{elif}\;y3 \leq 4.5 \cdot 10^{+257}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \end{array} \]
Alternative 12
Accuracy37.7%
Cost2776
\[\begin{array}{l} t_1 := x \cdot j - z \cdot k\\ \mathbf{if}\;y3 \leq -2.2 \cdot 10^{+126}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y3 \leq -1.1 \cdot 10^{-189}:\\ \;\;\;\;x \cdot \left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y3 \leq 1.35 \cdot 10^{-279}:\\ \;\;\;\;b \cdot \left(y \cdot \left(x \cdot a - k \cdot y4\right) + \left(\left(\left(t \cdot j\right) \cdot y4 - t \cdot \left(z \cdot a\right)\right) - y0 \cdot \left(x \cdot j\right)\right)\right)\\ \mathbf{elif}\;y3 \leq 4.9 \cdot 10^{-214}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq 7.4 \cdot 10^{-199}:\\ \;\;\;\;y1 \cdot \left(i \cdot t_1\right)\\ \mathbf{elif}\;y3 \leq 1.8 \cdot 10^{+42}:\\ \;\;\;\;b \cdot \left(\left(a \cdot \left(x \cdot y - z \cdot t\right) + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - y0 \cdot t_1\right)\\ \mathbf{elif}\;y3 \leq 5.6 \cdot 10^{+101}:\\ \;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + \left(a \cdot \left(y1 \cdot y3\right) - a \cdot \left(t \cdot b\right)\right)\right)\\ \mathbf{elif}\;y3 \leq 7.2 \cdot 10^{+259}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \end{array} \]
Alternative 13
Accuracy40.5%
Cost2776
\[\begin{array}{l} t_1 := y \cdot k - t \cdot j\\ t_2 := x \cdot y - z \cdot t\\ t_3 := x \cdot j - z \cdot k\\ \mathbf{if}\;b \leq -5.6 \cdot 10^{+63}:\\ \;\;\;\;b \cdot \left(\left(a \cdot t_2 + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - y0 \cdot t_3\right)\\ \mathbf{elif}\;b \leq -4.7 \cdot 10^{-125}:\\ \;\;\;\;z \cdot \left(y3 \cdot \left(a \cdot y1 - c \cdot y0\right) + \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + t \cdot \left(c \cdot i - a \cdot b\right)\right)\right)\\ \mathbf{elif}\;b \leq -8.6 \cdot 10^{-256}:\\ \;\;\;\;c \cdot \left(\left(y0 \cdot \left(x \cdot y2 - z \cdot y3\right) + y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right) - i \cdot t_2\right)\\ \mathbf{elif}\;b \leq 8.5 \cdot 10^{-254}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;b \leq 5.5 \cdot 10^{-22}:\\ \;\;\;\;i \cdot \left(y1 \cdot t_3 + \left(y5 \cdot t_1 - c \cdot t_2\right)\right)\\ \mathbf{elif}\;b \leq 1.85 \cdot 10^{+157}:\\ \;\;\;\;y5 \cdot \left(i \cdot t_1 + \left(a \cdot \left(t \cdot y2 - y \cdot y3\right) + y0 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \end{array} \]
Alternative 14
Accuracy37.8%
Cost2644
\[\begin{array}{l} t_1 := x \cdot j - z \cdot k\\ t_2 := b \cdot \left(\left(a \cdot \left(x \cdot y - z \cdot t\right) + y4 \cdot \left(t \cdot j - y \cdot k\right)\right) - y0 \cdot t_1\right)\\ \mathbf{if}\;y3 \leq -2.6 \cdot 10^{+87}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y3 \leq -2.4 \cdot 10^{-92}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq 1.7 \cdot 10^{-246}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq 3.2 \cdot 10^{-197}:\\ \;\;\;\;y1 \cdot \left(i \cdot t_1\right)\\ \mathbf{elif}\;y3 \leq 1.18 \cdot 10^{+42}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{+101}:\\ \;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) + \left(a \cdot \left(y1 \cdot y3\right) - a \cdot \left(t \cdot b\right)\right)\right)\\ \mathbf{elif}\;y3 \leq 3.9 \cdot 10^{+258}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \end{array} \]
Alternative 15
Accuracy34.6%
Cost2268
\[\begin{array}{l} t_1 := i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ t_2 := y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{if}\;i \leq -1.26 \cdot 10^{+92}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;i \leq -4.5 \cdot 10^{-13}:\\ \;\;\;\;z \cdot \left(y0 \cdot \left(b \cdot k - c \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq -1.25 \cdot 10^{-29}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;i \leq -2.3 \cdot 10^{-68}:\\ \;\;\;\;b \cdot \left(z \cdot \left(k \cdot y0 - t \cdot a\right)\right)\\ \mathbf{elif}\;i \leq -4.5 \cdot 10^{-188}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;i \leq -1.2 \cdot 10^{-273}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{elif}\;i \leq 3.2 \cdot 10^{+89}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;i \leq 1.55 \cdot 10^{+118}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq 4.2 \cdot 10^{+170}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;i \leq 9.5 \cdot 10^{+178}:\\ \;\;\;\;y0 \cdot \left(j \cdot \left(y3 \cdot y5 - x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \end{array} \]
Alternative 16
Accuracy31.1%
Cost1892
\[\begin{array}{l} \mathbf{if}\;i \leq -7.9 \cdot 10^{+99}:\\ \;\;\;\;i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;i \leq -1.3 \cdot 10^{-11}:\\ \;\;\;\;z \cdot \left(y0 \cdot \left(b \cdot k - c \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq -1.15 \cdot 10^{-31}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \left(k \cdot y4 - x \cdot a\right)\right)\\ \mathbf{elif}\;i \leq -1.02 \cdot 10^{-69}:\\ \;\;\;\;b \cdot \left(z \cdot \left(k \cdot y0 - t \cdot a\right)\right)\\ \mathbf{elif}\;i \leq -1.95 \cdot 10^{-177}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{elif}\;i \leq -2.2 \cdot 10^{-272}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{elif}\;i \leq 2.3 \cdot 10^{+17}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq 5.8 \cdot 10^{+126}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq 1.22 \cdot 10^{+200}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \end{array} \]
Alternative 17
Accuracy31.8%
Cost1760
\[\begin{array}{l} t_1 := j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ t_2 := y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{if}\;i \leq -7.6 \cdot 10^{+170}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;i \leq -2.2 \cdot 10^{-8}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;i \leq -1.4 \cdot 10^{-274}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{elif}\;i \leq 1.75 \cdot 10^{-26}:\\ \;\;\;\;j \cdot \left(b \cdot \left(t \cdot y4 - x \cdot y0\right)\right)\\ \mathbf{elif}\;i \leq 1.3 \cdot 10^{+68}:\\ \;\;\;\;a \cdot \left(z \cdot \left(y1 \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq 3.8 \cdot 10^{+91}:\\ \;\;\;\;t \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\\ \mathbf{elif}\;i \leq 6 \cdot 10^{+121}:\\ \;\;\;\;k \cdot \left(y1 \cdot \left(y2 \cdot y4 - z \cdot i\right)\right)\\ \mathbf{elif}\;i \leq 1.02 \cdot 10^{+181}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;t_2\\ \end{array} \]
Alternative 18
Accuracy32.6%
Cost1760
\[\begin{array}{l} t_1 := y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{if}\;i \leq -4.4 \cdot 10^{+170}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;i \leq -1.4 \cdot 10^{+91}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \mathbf{elif}\;i \leq -4 \cdot 10^{-12}:\\ \;\;\;\;z \cdot \left(y0 \cdot \left(b \cdot k - c \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq -1.15 \cdot 10^{-32}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \left(k \cdot y4 - x \cdot a\right)\right)\\ \mathbf{elif}\;i \leq -9.2 \cdot 10^{-69}:\\ \;\;\;\;b \cdot \left(z \cdot \left(k \cdot y0 - t \cdot a\right)\right)\\ \mathbf{elif}\;i \leq -2.05 \cdot 10^{-177}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{elif}\;i \leq -4.6 \cdot 10^{-275}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{elif}\;i \leq 9.5 \cdot 10^{+20}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 19
Accuracy24.7%
Cost1628
\[\begin{array}{l} t_1 := b \cdot \left(a \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{if}\;y3 \leq -9.6 \cdot 10^{+118}:\\ \;\;\;\;a \cdot \left(y \cdot \left(y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y3 \leq -5.5 \cdot 10^{+53}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq -2.25 \cdot 10^{+51}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(t \cdot \left(-y2\right)\right)\\ \mathbf{elif}\;y3 \leq -1 \cdot 10^{+14}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0\right)\right)\\ \mathbf{elif}\;y3 \leq -6.6 \cdot 10^{-102}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq -2.95 \cdot 10^{-201}:\\ \;\;\;\;y4 \cdot \left(t \cdot \left(b \cdot j\right)\right)\\ \mathbf{elif}\;y3 \leq -1.35 \cdot 10^{-294}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 3.2 \cdot 10^{+54}:\\ \;\;\;\;\left(-a\right) \cdot \left(x \cdot \left(y1 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3\right)\right)\\ \end{array} \]
Alternative 20
Accuracy27.4%
Cost1628
\[\begin{array}{l} t_1 := b \cdot \left(k \cdot \left(z \cdot y0\right)\right)\\ t_2 := j \cdot \left(b \cdot \left(t \cdot y4 - x \cdot y0\right)\right)\\ \mathbf{if}\;y0 \leq -6.2 \cdot 10^{+241}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y0 \leq -8.8 \cdot 10^{-19}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y0 \leq 1.06 \cdot 10^{-221}:\\ \;\;\;\;b \cdot \left(a \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;y0 \leq 3 \cdot 10^{-73}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(x \cdot \left(-y2\right)\right)\right)\\ \mathbf{elif}\;y0 \leq 2 \cdot 10^{+38}:\\ \;\;\;\;j \cdot \left(i \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y0 \leq 1.6 \cdot 10^{+99}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y0 \leq 7.5 \cdot 10^{+132}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3\right)\right)\\ \end{array} \]
Alternative 21
Accuracy30.1%
Cost1628
\[\begin{array}{l} t_1 := k \cdot \left(y1 \cdot \left(y2 \cdot y4 - z \cdot i\right)\right)\\ t_2 := b \cdot \left(a \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{if}\;a \leq -4.3 \cdot 10^{+186}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;a \leq 1.9 \cdot 10^{-227}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq 2.7 \cdot 10^{-165}:\\ \;\;\;\;j \cdot \left(i \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;a \leq 9.5 \cdot 10^{+69}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq 6.5 \cdot 10^{+217}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;a \leq 1.4 \cdot 10^{+241}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq 1.12 \cdot 10^{+294}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y \cdot \left(y3 \cdot \left(-y5\right)\right)\right)\\ \end{array} \]
Alternative 22
Accuracy31.8%
Cost1628
\[\begin{array}{l} t_1 := y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{if}\;i \leq -1.3 \cdot 10^{+170}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;i \leq -6.5 \cdot 10^{+94}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \mathbf{elif}\;i \leq -1.25 \cdot 10^{-10}:\\ \;\;\;\;z \cdot \left(y0 \cdot \left(b \cdot k - c \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq -4 \cdot 10^{-57}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \left(k \cdot y4 - x \cdot a\right)\right)\\ \mathbf{elif}\;i \leq -2 \cdot 10^{-177}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(x \cdot \left(-y2\right)\right)\right)\\ \mathbf{elif}\;i \leq -3.6 \cdot 10^{-275}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{elif}\;i \leq 2.8 \cdot 10^{+20}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 23
Accuracy31.8%
Cost1628
\[\begin{array}{l} \mathbf{if}\;i \leq -8 \cdot 10^{+95}:\\ \;\;\;\;i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;i \leq -3.5 \cdot 10^{-12}:\\ \;\;\;\;z \cdot \left(y0 \cdot \left(b \cdot k - c \cdot y3\right)\right)\\ \mathbf{elif}\;i \leq -2.1 \cdot 10^{-32}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \left(k \cdot y4 - x \cdot a\right)\right)\\ \mathbf{elif}\;i \leq -3.6 \cdot 10^{-67}:\\ \;\;\;\;b \cdot \left(z \cdot \left(k \cdot y0 - t \cdot a\right)\right)\\ \mathbf{elif}\;i \leq -2 \cdot 10^{-177}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{elif}\;i \leq -9.2 \cdot 10^{-274}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{elif}\;i \leq 2.45 \cdot 10^{+20}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \end{array} \]
Alternative 24
Accuracy30.9%
Cost1364
\[\begin{array}{l} t_1 := k \cdot \left(y1 \cdot \left(y2 \cdot y4 - z \cdot i\right)\right)\\ t_2 := y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{if}\;b \leq -1.42 \cdot 10^{+150}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;b \leq -2.1 \cdot 10^{-237}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;b \leq -1.12 \cdot 10^{-278}:\\ \;\;\;\;a \cdot \left(y \cdot \left(y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;b \leq 2.8 \cdot 10^{-129}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;b \leq 6.8 \cdot 10^{+176}:\\ \;\;\;\;b \cdot \left(a \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_2\\ \end{array} \]
Alternative 25
Accuracy32.9%
Cost1232
\[\begin{array}{l} t_1 := y1 \cdot \left(i \cdot \left(x \cdot j - z \cdot k\right)\right)\\ \mathbf{if}\;i \leq -4.2 \cdot 10^{+169}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;i \leq -3.5 \cdot 10^{-9}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \mathbf{elif}\;i \leq -1.1 \cdot 10^{-273}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a - k \cdot y4\right)\right)\\ \mathbf{elif}\;i \leq 4.2 \cdot 10^{+14}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 26
Accuracy23.4%
Cost1172
\[\begin{array}{l} t_1 := j \cdot \left(y5 \cdot \left(y0 \cdot y3\right)\right)\\ \mathbf{if}\;y3 \leq -5.6 \cdot 10^{+59}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq -1.2 \cdot 10^{-83}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0\right)\right)\\ \mathbf{elif}\;y3 \leq -1.3 \cdot 10^{-246}:\\ \;\;\;\;y4 \cdot \left(t \cdot \left(b \cdot j\right)\right)\\ \mathbf{elif}\;y3 \leq -1.1 \cdot 10^{-269}:\\ \;\;\;\;j \cdot \left(i \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y3 \leq 1.8 \cdot 10^{+54}:\\ \;\;\;\;\left(-a\right) \cdot \left(x \cdot \left(y1 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 27
Accuracy29.9%
Cost1100
\[\begin{array}{l} t_1 := j \cdot \left(y5 \cdot \left(y0 \cdot y3 - t \cdot i\right)\right)\\ \mathbf{if}\;i \leq -8 \cdot 10^{+18}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;i \leq -1.35 \cdot 10^{-244}:\\ \;\;\;\;b \cdot \left(a \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;i \leq 1.75 \cdot 10^{-72}:\\ \;\;\;\;j \cdot \left(b \cdot \left(t \cdot y4 - x \cdot y0\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 28
Accuracy23.4%
Cost908
\[\begin{array}{l} t_1 := j \cdot \left(y5 \cdot \left(y0 \cdot y3\right)\right)\\ \mathbf{if}\;y3 \leq -1.9 \cdot 10^{+92}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq -1.2 \cdot 10^{-245}:\\ \;\;\;\;j \cdot \left(y4 \cdot \left(t \cdot b\right)\right)\\ \mathbf{elif}\;y3 \leq 1.45 \cdot 10^{+51}:\\ \;\;\;\;a \cdot \left(\left(t \cdot b\right) \cdot \left(-z\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 29
Accuracy23.1%
Cost908
\[\begin{array}{l} t_1 := j \cdot \left(y5 \cdot \left(y0 \cdot y3\right)\right)\\ \mathbf{if}\;y3 \leq -1.9 \cdot 10^{+92}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq -3 \cdot 10^{-267}:\\ \;\;\;\;j \cdot \left(y4 \cdot \left(t \cdot b\right)\right)\\ \mathbf{elif}\;y3 \leq 3 \cdot 10^{+119}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(x \cdot \left(-y2\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 30
Accuracy23.6%
Cost908
\[\begin{array}{l} t_1 := j \cdot \left(y5 \cdot \left(y0 \cdot y3\right)\right)\\ \mathbf{if}\;y3 \leq -1.85 \cdot 10^{+92}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq -7.8 \cdot 10^{-267}:\\ \;\;\;\;j \cdot \left(y4 \cdot \left(t \cdot b\right)\right)\\ \mathbf{elif}\;y3 \leq 1.45 \cdot 10^{+53}:\\ \;\;\;\;\left(-a\right) \cdot \left(x \cdot \left(y1 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 31
Accuracy23.6%
Cost908
\[\begin{array}{l} \mathbf{if}\;y3 \leq -3.1 \cdot 10^{+79}:\\ \;\;\;\;a \cdot \left(y \cdot \left(y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-267}:\\ \;\;\;\;j \cdot \left(y4 \cdot \left(t \cdot b\right)\right)\\ \mathbf{elif}\;y3 \leq 3 \cdot 10^{+54}:\\ \;\;\;\;\left(-a\right) \cdot \left(x \cdot \left(y1 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3\right)\right)\\ \end{array} \]
Alternative 32
Accuracy21.7%
Cost713
\[\begin{array}{l} \mathbf{if}\;y1 \leq -3.1 \cdot 10^{-44} \lor \neg \left(y1 \leq 6.5 \cdot 10^{+29}\right):\\ \;\;\;\;a \cdot \left(z \cdot \left(y1 \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \end{array} \]
Alternative 33
Accuracy21.7%
Cost713
\[\begin{array}{l} \mathbf{if}\;y1 \leq -3.3 \cdot 10^{-44} \lor \neg \left(y1 \leq 5.5 \cdot 10^{+28}\right):\\ \;\;\;\;a \cdot \left(z \cdot \left(y1 \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3\right)\right)\\ \end{array} \]
Alternative 34
Accuracy23.7%
Cost713
\[\begin{array}{l} \mathbf{if}\;y3 \leq -1.85 \cdot 10^{+92} \lor \neg \left(y3 \leq 2.2 \cdot 10^{+51}\right):\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(b \cdot \left(t \cdot y4\right)\right)\\ \end{array} \]
Alternative 35
Accuracy23.8%
Cost713
\[\begin{array}{l} \mathbf{if}\;y3 \leq -1.9 \cdot 10^{+92} \lor \neg \left(y3 \leq 4.8 \cdot 10^{+50}\right):\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y4 \cdot \left(t \cdot b\right)\right)\\ \end{array} \]
Alternative 36
Accuracy23.8%
Cost713
\[\begin{array}{l} \mathbf{if}\;y3 \leq -1.85 \cdot 10^{+92} \lor \neg \left(y3 \leq 6.1 \cdot 10^{+50}\right):\\ \;\;\;\;j \cdot \left(y5 \cdot \left(y0 \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y4 \cdot \left(t \cdot b\right)\right)\\ \end{array} \]
Alternative 37
Accuracy22.2%
Cost712
\[\begin{array}{l} \mathbf{if}\;y4 \leq -2.7 \cdot 10^{+111}:\\ \;\;\;\;c \cdot \left(y3 \cdot \left(y \cdot y4\right)\right)\\ \mathbf{elif}\;y4 \leq 5.8 \cdot 10^{+22}:\\ \;\;\;\;a \cdot \left(z \cdot \left(y1 \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(b \cdot \left(t \cdot y4\right)\right)\\ \end{array} \]
Alternative 38
Accuracy19.2%
Cost580
\[\begin{array}{l} \mathbf{if}\;y4 \leq -5 \cdot 10^{+110}:\\ \;\;\;\;c \cdot \left(y3 \cdot \left(y \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(z \cdot \left(y1 \cdot y3\right)\right)\\ \end{array} \]
Alternative 39
Accuracy16.7%
Cost448
\[a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right) \]
Alternative 40
Accuracy16.5%
Cost448
\[a \cdot \left(z \cdot \left(y1 \cdot y3\right)\right) \]

Reproduce?

herbie shell --seed 2023243 
(FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
  :name "Linear.Matrix:det44 from linear-1.19.1.3"
  :precision binary64

  :herbie-target
  (if (< y4 -7.206256231996481e+60) (- (- (* (- (* b a) (* i c)) (- (* y x) (* t z))) (- (* (- (* j x) (* k z)) (- (* y0 b) (* i y1))) (* (- (* j t) (* k y)) (- (* y4 b) (* y5 i))))) (- (/ (- (* y2 t) (* y3 y)) (/ 1.0 (- (* y4 c) (* y5 a)))) (* (- (* y2 k) (* y3 j)) (- (* y4 y1) (* y5 y0))))) (if (< y4 -3.364603505246317e-66) (+ (- (- (- (* (* t c) (* i z)) (* (* a t) (* b z))) (* (* y c) (* i x))) (* (- (* b y0) (* i y1)) (- (* j x) (* k z)))) (- (* (- (* y0 c) (* a y1)) (- (* x y2) (* z y3))) (- (* (- (* t y2) (* y y3)) (- (* y4 c) (* a y5))) (* (- (* y1 y4) (* y5 y0)) (- (* k y2) (* j y3)))))) (if (< y4 -1.2000065055686116e-105) (+ (+ (- (* (- (* j t) (* k y)) (- (* y4 b) (* y5 i))) (* (* y3 y) (- (* y5 a) (* y4 c)))) (+ (* (* y5 a) (* t y2)) (* (- (* k y2) (* j y3)) (- (* y4 y1) (* y5 y0))))) (- (* (- (* x y2) (* z y3)) (- (* c y0) (* a y1))) (- (* (- (* b y0) (* i y1)) (- (* j x) (* k z))) (* (- (* y x) (* z t)) (- (* b a) (* i c)))))) (if (< y4 6.718963124057495e-279) (+ (- (- (- (* (* k y) (* y5 i)) (* (* y b) (* y4 k))) (* (* y5 t) (* i j))) (- (* (- (* y2 t) (* y3 y)) (- (* y4 c) (* y5 a))) (* (- (* y2 k) (* y3 j)) (- (* y4 y1) (* y5 y0))))) (- (* (- (* b a) (* i c)) (- (* y x) (* t z))) (- (* (- (* j x) (* k z)) (- (* y0 b) (* i y1))) (* (- (* y2 x) (* y3 z)) (- (* c y0) (* y1 a)))))) (if (< y4 4.77962681403792e-222) (+ (+ (- (* (- (* j t) (* k y)) (- (* y4 b) (* y5 i))) (* (* y3 y) (- (* y5 a) (* y4 c)))) (+ (* (* y5 a) (* t y2)) (* (- (* k y2) (* j y3)) (- (* y4 y1) (* y5 y0))))) (- (* (- (* x y2) (* z y3)) (- (* c y0) (* a y1))) (- (* (- (* b y0) (* i y1)) (- (* j x) (* k z))) (* (- (* y x) (* z t)) (- (* b a) (* i c)))))) (if (< y4 2.2852241541266835e-175) (+ (- (- (- (* (* k y) (* y5 i)) (* (* y b) (* y4 k))) (* (* y5 t) (* i j))) (- (* (- (* y2 t) (* y3 y)) (- (* y4 c) (* y5 a))) (* (- (* y2 k) (* y3 j)) (- (* y4 y1) (* y5 y0))))) (- (* (- (* b a) (* i c)) (- (* y x) (* t z))) (- (* (- (* j x) (* k z)) (- (* y0 b) (* i y1))) (* (- (* y2 x) (* y3 z)) (- (* c y0) (* y1 a)))))) (+ (- (+ (+ (- (* (- (* x y) (* z t)) (- (* a b) (* c i))) (- (* k (* i (* z y1))) (+ (* j (* i (* x y1))) (* y0 (* k (* z b)))))) (- (* z (* y3 (* a y1))) (+ (* y2 (* x (* a y1))) (* y0 (* z (* c y3)))))) (* (- (* t j) (* y k)) (- (* y4 b) (* y5 i)))) (* (- (* t y2) (* y y3)) (- (* y4 c) (* y5 a)))) (* (- (* k y2) (* j y3)) (- (* y4 y1) (* y5 y0))))))))))

  (+ (- (+ (+ (- (* (- (* x y) (* z t)) (- (* a b) (* c i))) (* (- (* x j) (* z k)) (- (* y0 b) (* y1 i)))) (* (- (* x y2) (* z y3)) (- (* y0 c) (* y1 a)))) (* (- (* t j) (* y k)) (- (* y4 b) (* y5 i)))) (* (- (* t y2) (* y y3)) (- (* y4 c) (* y5 a)))) (* (- (* k y2) (* j y3)) (- (* y4 y1) (* y5 y0)))))