Linear.Matrix:det44 from linear-1.19.1.3

?

Percentage Accurate: 29.4% → 41.0%
Time: 2.4min
Precision: binary64
Cost: 3568

?

\[\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 := i \cdot y1 - b \cdot y0\\ t_2 := c \cdot y0 - a \cdot y1\\ t_3 := y1 \cdot y4 - y0 \cdot y5\\ t_4 := y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot t_2\\ t_5 := a \cdot y5 - c \cdot y4\\ t_6 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ t_7 := k \cdot y2 - j \cdot y3\\ t_8 := y2 \cdot \left(\left(x \cdot t_2 + k \cdot t_3\right) + t \cdot t_5\right)\\ \mathbf{if}\;x \leq -1.7 \cdot 10^{+228}:\\ \;\;\;\;x \cdot t_4\\ \mathbf{elif}\;x \leq -1.3 \cdot 10^{+183}:\\ \;\;\;\;t_6\\ \mathbf{elif}\;x \leq -6.5 \cdot 10^{+178}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{elif}\;x \leq -8.1 \cdot 10^{+152}:\\ \;\;\;\;t_8\\ \mathbf{elif}\;x \leq -1.3 \cdot 10^{+124}:\\ \;\;\;\;t_6\\ \mathbf{elif}\;x \leq -8 \cdot 10^{+82}:\\ \;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;x \leq -5.6 \cdot 10^{-202}:\\ \;\;\;\;t_7 \cdot t_3 + \left(t \cdot y2 - y \cdot y3\right) \cdot t_5\\ \mathbf{elif}\;x \leq -3.3 \cdot 10^{-295}:\\ \;\;\;\;j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right) + x \cdot t_1\right)\right)\\ \mathbf{elif}\;x \leq 3.4 \cdot 10^{-279}:\\ \;\;\;\;t_8\\ \mathbf{elif}\;x \leq 1.22 \cdot 10^{-262}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 1.62 \cdot 10^{-217}:\\ \;\;\;\;\left(t \cdot y4\right) \cdot \left(b \cdot j - c \cdot y2\right)\\ \mathbf{elif}\;x \leq 1.8 \cdot 10^{+181}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + \left(y4 \cdot t_7 - i \cdot \left(z \cdot k - x \cdot j\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x \cdot \left(t_4 + j \cdot t_1\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 (- (* i y1) (* b y0)))
        (t_2 (- (* c y0) (* a y1)))
        (t_3 (- (* y1 y4) (* y0 y5)))
        (t_4 (+ (* y (- (* a b) (* c i))) (* y2 t_2)))
        (t_5 (- (* a y5) (* c y4)))
        (t_6 (* y0 (* x (- (* c y2) (* b j)))))
        (t_7 (- (* k y2) (* j y3)))
        (t_8 (* y2 (+ (+ (* x t_2) (* k t_3)) (* t t_5)))))
   (if (<= x -1.7e+228)
     (* x t_4)
     (if (<= x -1.3e+183)
       t_6
       (if (<= x -6.5e+178)
         (* y4 (* y (- (* c y3) (* b k))))
         (if (<= x -8.1e+152)
           t_8
           (if (<= x -1.3e+124)
             t_6
             (if (<= x -8e+82)
               (* (- (* x j) (* z k)) (* i y1))
               (if (<= x -5.6e-202)
                 (+ (* t_7 t_3) (* (- (* t y2) (* y y3)) t_5))
                 (if (<= x -3.3e-295)
                   (*
                    j
                    (+
                     (* t (- (* b y4) (* i y5)))
                     (+ (* y3 (- (* y0 y5) (* y1 y4))) (* x t_1))))
                   (if (<= x 3.4e-279)
                     t_8
                     (if (<= x 1.22e-262)
                       (* i (* k (* z (- y1))))
                       (if (<= x 1.62e-217)
                         (* (* t y4) (- (* b j) (* c y2)))
                         (if (<= x 1.8e+181)
                           (*
                            y1
                            (+
                             (* a (- (* z y3) (* x y2)))
                             (- (* y4 t_7) (* i (- (* z k) (* x j))))))
                           (* x (+ t_4 (* j t_1)))))))))))))))))
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 = (i * y1) - (b * y0);
	double t_2 = (c * y0) - (a * y1);
	double t_3 = (y1 * y4) - (y0 * y5);
	double t_4 = (y * ((a * b) - (c * i))) + (y2 * t_2);
	double t_5 = (a * y5) - (c * y4);
	double t_6 = y0 * (x * ((c * y2) - (b * j)));
	double t_7 = (k * y2) - (j * y3);
	double t_8 = y2 * (((x * t_2) + (k * t_3)) + (t * t_5));
	double tmp;
	if (x <= -1.7e+228) {
		tmp = x * t_4;
	} else if (x <= -1.3e+183) {
		tmp = t_6;
	} else if (x <= -6.5e+178) {
		tmp = y4 * (y * ((c * y3) - (b * k)));
	} else if (x <= -8.1e+152) {
		tmp = t_8;
	} else if (x <= -1.3e+124) {
		tmp = t_6;
	} else if (x <= -8e+82) {
		tmp = ((x * j) - (z * k)) * (i * y1);
	} else if (x <= -5.6e-202) {
		tmp = (t_7 * t_3) + (((t * y2) - (y * y3)) * t_5);
	} else if (x <= -3.3e-295) {
		tmp = j * ((t * ((b * y4) - (i * y5))) + ((y3 * ((y0 * y5) - (y1 * y4))) + (x * t_1)));
	} else if (x <= 3.4e-279) {
		tmp = t_8;
	} else if (x <= 1.22e-262) {
		tmp = i * (k * (z * -y1));
	} else if (x <= 1.62e-217) {
		tmp = (t * y4) * ((b * j) - (c * y2));
	} else if (x <= 1.8e+181) {
		tmp = y1 * ((a * ((z * y3) - (x * y2))) + ((y4 * t_7) - (i * ((z * k) - (x * j)))));
	} else {
		tmp = x * (t_4 + (j * t_1));
	}
	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) :: t_5
    real(8) :: t_6
    real(8) :: t_7
    real(8) :: t_8
    real(8) :: tmp
    t_1 = (i * y1) - (b * y0)
    t_2 = (c * y0) - (a * y1)
    t_3 = (y1 * y4) - (y0 * y5)
    t_4 = (y * ((a * b) - (c * i))) + (y2 * t_2)
    t_5 = (a * y5) - (c * y4)
    t_6 = y0 * (x * ((c * y2) - (b * j)))
    t_7 = (k * y2) - (j * y3)
    t_8 = y2 * (((x * t_2) + (k * t_3)) + (t * t_5))
    if (x <= (-1.7d+228)) then
        tmp = x * t_4
    else if (x <= (-1.3d+183)) then
        tmp = t_6
    else if (x <= (-6.5d+178)) then
        tmp = y4 * (y * ((c * y3) - (b * k)))
    else if (x <= (-8.1d+152)) then
        tmp = t_8
    else if (x <= (-1.3d+124)) then
        tmp = t_6
    else if (x <= (-8d+82)) then
        tmp = ((x * j) - (z * k)) * (i * y1)
    else if (x <= (-5.6d-202)) then
        tmp = (t_7 * t_3) + (((t * y2) - (y * y3)) * t_5)
    else if (x <= (-3.3d-295)) then
        tmp = j * ((t * ((b * y4) - (i * y5))) + ((y3 * ((y0 * y5) - (y1 * y4))) + (x * t_1)))
    else if (x <= 3.4d-279) then
        tmp = t_8
    else if (x <= 1.22d-262) then
        tmp = i * (k * (z * -y1))
    else if (x <= 1.62d-217) then
        tmp = (t * y4) * ((b * j) - (c * y2))
    else if (x <= 1.8d+181) then
        tmp = y1 * ((a * ((z * y3) - (x * y2))) + ((y4 * t_7) - (i * ((z * k) - (x * j)))))
    else
        tmp = x * (t_4 + (j * t_1))
    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 = (i * y1) - (b * y0);
	double t_2 = (c * y0) - (a * y1);
	double t_3 = (y1 * y4) - (y0 * y5);
	double t_4 = (y * ((a * b) - (c * i))) + (y2 * t_2);
	double t_5 = (a * y5) - (c * y4);
	double t_6 = y0 * (x * ((c * y2) - (b * j)));
	double t_7 = (k * y2) - (j * y3);
	double t_8 = y2 * (((x * t_2) + (k * t_3)) + (t * t_5));
	double tmp;
	if (x <= -1.7e+228) {
		tmp = x * t_4;
	} else if (x <= -1.3e+183) {
		tmp = t_6;
	} else if (x <= -6.5e+178) {
		tmp = y4 * (y * ((c * y3) - (b * k)));
	} else if (x <= -8.1e+152) {
		tmp = t_8;
	} else if (x <= -1.3e+124) {
		tmp = t_6;
	} else if (x <= -8e+82) {
		tmp = ((x * j) - (z * k)) * (i * y1);
	} else if (x <= -5.6e-202) {
		tmp = (t_7 * t_3) + (((t * y2) - (y * y3)) * t_5);
	} else if (x <= -3.3e-295) {
		tmp = j * ((t * ((b * y4) - (i * y5))) + ((y3 * ((y0 * y5) - (y1 * y4))) + (x * t_1)));
	} else if (x <= 3.4e-279) {
		tmp = t_8;
	} else if (x <= 1.22e-262) {
		tmp = i * (k * (z * -y1));
	} else if (x <= 1.62e-217) {
		tmp = (t * y4) * ((b * j) - (c * y2));
	} else if (x <= 1.8e+181) {
		tmp = y1 * ((a * ((z * y3) - (x * y2))) + ((y4 * t_7) - (i * ((z * k) - (x * j)))));
	} else {
		tmp = x * (t_4 + (j * t_1));
	}
	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 = (i * y1) - (b * y0)
	t_2 = (c * y0) - (a * y1)
	t_3 = (y1 * y4) - (y0 * y5)
	t_4 = (y * ((a * b) - (c * i))) + (y2 * t_2)
	t_5 = (a * y5) - (c * y4)
	t_6 = y0 * (x * ((c * y2) - (b * j)))
	t_7 = (k * y2) - (j * y3)
	t_8 = y2 * (((x * t_2) + (k * t_3)) + (t * t_5))
	tmp = 0
	if x <= -1.7e+228:
		tmp = x * t_4
	elif x <= -1.3e+183:
		tmp = t_6
	elif x <= -6.5e+178:
		tmp = y4 * (y * ((c * y3) - (b * k)))
	elif x <= -8.1e+152:
		tmp = t_8
	elif x <= -1.3e+124:
		tmp = t_6
	elif x <= -8e+82:
		tmp = ((x * j) - (z * k)) * (i * y1)
	elif x <= -5.6e-202:
		tmp = (t_7 * t_3) + (((t * y2) - (y * y3)) * t_5)
	elif x <= -3.3e-295:
		tmp = j * ((t * ((b * y4) - (i * y5))) + ((y3 * ((y0 * y5) - (y1 * y4))) + (x * t_1)))
	elif x <= 3.4e-279:
		tmp = t_8
	elif x <= 1.22e-262:
		tmp = i * (k * (z * -y1))
	elif x <= 1.62e-217:
		tmp = (t * y4) * ((b * j) - (c * y2))
	elif x <= 1.8e+181:
		tmp = y1 * ((a * ((z * y3) - (x * y2))) + ((y4 * t_7) - (i * ((z * k) - (x * j)))))
	else:
		tmp = x * (t_4 + (j * t_1))
	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(i * y1) - Float64(b * y0))
	t_2 = Float64(Float64(c * y0) - Float64(a * y1))
	t_3 = Float64(Float64(y1 * y4) - Float64(y0 * y5))
	t_4 = Float64(Float64(y * Float64(Float64(a * b) - Float64(c * i))) + Float64(y2 * t_2))
	t_5 = Float64(Float64(a * y5) - Float64(c * y4))
	t_6 = Float64(y0 * Float64(x * Float64(Float64(c * y2) - Float64(b * j))))
	t_7 = Float64(Float64(k * y2) - Float64(j * y3))
	t_8 = Float64(y2 * Float64(Float64(Float64(x * t_2) + Float64(k * t_3)) + Float64(t * t_5)))
	tmp = 0.0
	if (x <= -1.7e+228)
		tmp = Float64(x * t_4);
	elseif (x <= -1.3e+183)
		tmp = t_6;
	elseif (x <= -6.5e+178)
		tmp = Float64(y4 * Float64(y * Float64(Float64(c * y3) - Float64(b * k))));
	elseif (x <= -8.1e+152)
		tmp = t_8;
	elseif (x <= -1.3e+124)
		tmp = t_6;
	elseif (x <= -8e+82)
		tmp = Float64(Float64(Float64(x * j) - Float64(z * k)) * Float64(i * y1));
	elseif (x <= -5.6e-202)
		tmp = Float64(Float64(t_7 * t_3) + Float64(Float64(Float64(t * y2) - Float64(y * y3)) * t_5));
	elseif (x <= -3.3e-295)
		tmp = Float64(j * Float64(Float64(t * Float64(Float64(b * y4) - Float64(i * y5))) + Float64(Float64(y3 * Float64(Float64(y0 * y5) - Float64(y1 * y4))) + Float64(x * t_1))));
	elseif (x <= 3.4e-279)
		tmp = t_8;
	elseif (x <= 1.22e-262)
		tmp = Float64(i * Float64(k * Float64(z * Float64(-y1))));
	elseif (x <= 1.62e-217)
		tmp = Float64(Float64(t * y4) * Float64(Float64(b * j) - Float64(c * y2)));
	elseif (x <= 1.8e+181)
		tmp = Float64(y1 * Float64(Float64(a * Float64(Float64(z * y3) - Float64(x * y2))) + Float64(Float64(y4 * t_7) - Float64(i * Float64(Float64(z * k) - Float64(x * j))))));
	else
		tmp = Float64(x * Float64(t_4 + Float64(j * t_1)));
	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 = (i * y1) - (b * y0);
	t_2 = (c * y0) - (a * y1);
	t_3 = (y1 * y4) - (y0 * y5);
	t_4 = (y * ((a * b) - (c * i))) + (y2 * t_2);
	t_5 = (a * y5) - (c * y4);
	t_6 = y0 * (x * ((c * y2) - (b * j)));
	t_7 = (k * y2) - (j * y3);
	t_8 = y2 * (((x * t_2) + (k * t_3)) + (t * t_5));
	tmp = 0.0;
	if (x <= -1.7e+228)
		tmp = x * t_4;
	elseif (x <= -1.3e+183)
		tmp = t_6;
	elseif (x <= -6.5e+178)
		tmp = y4 * (y * ((c * y3) - (b * k)));
	elseif (x <= -8.1e+152)
		tmp = t_8;
	elseif (x <= -1.3e+124)
		tmp = t_6;
	elseif (x <= -8e+82)
		tmp = ((x * j) - (z * k)) * (i * y1);
	elseif (x <= -5.6e-202)
		tmp = (t_7 * t_3) + (((t * y2) - (y * y3)) * t_5);
	elseif (x <= -3.3e-295)
		tmp = j * ((t * ((b * y4) - (i * y5))) + ((y3 * ((y0 * y5) - (y1 * y4))) + (x * t_1)));
	elseif (x <= 3.4e-279)
		tmp = t_8;
	elseif (x <= 1.22e-262)
		tmp = i * (k * (z * -y1));
	elseif (x <= 1.62e-217)
		tmp = (t * y4) * ((b * j) - (c * y2));
	elseif (x <= 1.8e+181)
		tmp = y1 * ((a * ((z * y3) - (x * y2))) + ((y4 * t_7) - (i * ((z * k) - (x * j)))));
	else
		tmp = x * (t_4 + (j * t_1));
	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[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(y * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(y2 * t$95$2), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$5 = N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$6 = N[(y0 * N[(x * N[(N[(c * y2), $MachinePrecision] - N[(b * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$7 = N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$8 = N[(y2 * N[(N[(N[(x * t$95$2), $MachinePrecision] + N[(k * t$95$3), $MachinePrecision]), $MachinePrecision] + N[(t * t$95$5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[x, -1.7e+228], N[(x * t$95$4), $MachinePrecision], If[LessEqual[x, -1.3e+183], t$95$6, If[LessEqual[x, -6.5e+178], N[(y4 * N[(y * N[(N[(c * y3), $MachinePrecision] - N[(b * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, -8.1e+152], t$95$8, If[LessEqual[x, -1.3e+124], t$95$6, If[LessEqual[x, -8e+82], N[(N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision] * N[(i * y1), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, -5.6e-202], N[(N[(t$95$7 * t$95$3), $MachinePrecision] + N[(N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision] * t$95$5), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, -3.3e-295], N[(j * N[(N[(t * N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(y3 * N[(N[(y0 * y5), $MachinePrecision] - N[(y1 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(x * t$95$1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 3.4e-279], t$95$8, If[LessEqual[x, 1.22e-262], N[(i * N[(k * N[(z * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 1.62e-217], N[(N[(t * y4), $MachinePrecision] * N[(N[(b * j), $MachinePrecision] - N[(c * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 1.8e+181], N[(y1 * N[(N[(a * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(y4 * t$95$7), $MachinePrecision] - N[(i * N[(N[(z * k), $MachinePrecision] - N[(x * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(x * N[(t$95$4 + N[(j * t$95$1), $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 := i \cdot y1 - b \cdot y0\\
t_2 := c \cdot y0 - a \cdot y1\\
t_3 := y1 \cdot y4 - y0 \cdot y5\\
t_4 := y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot t_2\\
t_5 := a \cdot y5 - c \cdot y4\\
t_6 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\
t_7 := k \cdot y2 - j \cdot y3\\
t_8 := y2 \cdot \left(\left(x \cdot t_2 + k \cdot t_3\right) + t \cdot t_5\right)\\
\mathbf{if}\;x \leq -1.7 \cdot 10^{+228}:\\
\;\;\;\;x \cdot t_4\\

\mathbf{elif}\;x \leq -1.3 \cdot 10^{+183}:\\
\;\;\;\;t_6\\

\mathbf{elif}\;x \leq -6.5 \cdot 10^{+178}:\\
\;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\

\mathbf{elif}\;x \leq -8.1 \cdot 10^{+152}:\\
\;\;\;\;t_8\\

\mathbf{elif}\;x \leq -1.3 \cdot 10^{+124}:\\
\;\;\;\;t_6\\

\mathbf{elif}\;x \leq -8 \cdot 10^{+82}:\\
\;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\

\mathbf{elif}\;x \leq -5.6 \cdot 10^{-202}:\\
\;\;\;\;t_7 \cdot t_3 + \left(t \cdot y2 - y \cdot y3\right) \cdot t_5\\

\mathbf{elif}\;x \leq -3.3 \cdot 10^{-295}:\\
\;\;\;\;j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right) + x \cdot t_1\right)\right)\\

\mathbf{elif}\;x \leq 3.4 \cdot 10^{-279}:\\
\;\;\;\;t_8\\

\mathbf{elif}\;x \leq 1.22 \cdot 10^{-262}:\\
\;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\

\mathbf{elif}\;x \leq 1.62 \cdot 10^{-217}:\\
\;\;\;\;\left(t \cdot y4\right) \cdot \left(b \cdot j - c \cdot y2\right)\\

\mathbf{elif}\;x \leq 1.8 \cdot 10^{+181}:\\
\;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + \left(y4 \cdot t_7 - i \cdot \left(z \cdot k - x \cdot j\right)\right)\right)\\

\mathbf{else}:\\
\;\;\;\;x \cdot \left(t_4 + j \cdot t_1\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 56 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.4%
Target26.9%
Herbie41.0%
\[\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 11 regimes
  2. if x < -1.6999999999999999e228

    1. Initial program 30.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. Simplified30.8%

      \[\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.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) \]

      associate-+l- [=>]30.8%

      \[ \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 x around inf 76.8%

      \[\leadsto \color{blue}{\left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot j\right) \cdot x} \]
    4. Taylor expanded in j around 0 77.4%

      \[\leadsto \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right) + \left(c \cdot y0 - y1 \cdot a\right) \cdot y2\right) \cdot x} \]

    if -1.6999999999999999e228 < x < -1.3e183 or -8.09999999999999998e152 < x < -1.3e124

    1. Initial program 9.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. Simplified9.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]9.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- [=>]9.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 x around inf 52.2%

      \[\leadsto \color{blue}{\left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot j\right) \cdot x} \]
    4. Taylor expanded in y0 around inf 74.7%

      \[\leadsto \color{blue}{y0 \cdot \left(\left(c \cdot y2 - j \cdot b\right) \cdot x\right)} \]

    if -1.3e183 < x < -6.5000000000000005e178

    1. Initial program 33.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. Simplified33.3%

      \[\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]33.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 [=>]33.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 [=>]33.3%

      \[ \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 [=>]33.3%

      \[ \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 [=>]33.3%

      \[ \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 y around inf 33.3%

      \[\leadsto \color{blue}{y \cdot \left(-1 \cdot \left(k \cdot \left(y4 \cdot b - i \cdot y5\right)\right) + \left(\left(a \cdot b - c \cdot i\right) \cdot x + y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
    4. Simplified33.3%

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

      [Start]33.3%

      \[ y \cdot \left(-1 \cdot \left(k \cdot \left(y4 \cdot b - i \cdot y5\right)\right) + \left(\left(a \cdot b - c \cdot i\right) \cdot x + y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]

      mul-1-neg [=>]33.3%

      \[ y \cdot \left(\color{blue}{\left(-k \cdot \left(y4 \cdot b - i \cdot y5\right)\right)} + \left(\left(a \cdot b - c \cdot i\right) \cdot x + y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
    5. Taylor expanded in y4 around inf 100.0%

      \[\leadsto \color{blue}{y4 \cdot \left(y \cdot \left(c \cdot y3 - k \cdot b\right)\right)} \]

    if -6.5000000000000005e178 < x < -8.09999999999999998e152 or -3.2999999999999998e-295 < x < 3.40000000000000015e-279

    1. Initial program 5.9%

      \[\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. Simplified5.9%

      \[\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]5.9%

      \[ \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- [=>]5.9%

      \[ \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 76.6%

      \[\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 -1.3e124 < x < -7.9999999999999997e82

    1. Initial program 23.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. Simplified30.8%

      \[\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]23.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) \]

      +-commutative [=>]23.1%

      \[ \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 [=>]23.1%

      \[ \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 [=>]23.1%

      \[ \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 [=>]23.1%

      \[ \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 i around -inf 53.9%

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

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

      [Start]53.9%

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

      mul-1-neg [=>]53.9%

      \[ \color{blue}{-i \cdot \left(c \cdot \left(y \cdot x - t \cdot z\right) + \left(\left(t \cdot j - k \cdot y\right) \cdot y5 + \left(k \cdot z - j \cdot x\right) \cdot y1\right)\right)} \]
    5. Taylor expanded in y1 around inf 92.5%

      \[\leadsto -\color{blue}{\left(k \cdot z - j \cdot x\right) \cdot \left(y1 \cdot i\right)} \]

    if -7.9999999999999997e82 < x < -5.6000000000000002e-202

    1. Initial program 31.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. Simplified31.8%

      \[\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]31.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) \]

      associate-+l- [=>]31.8%

      \[ \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 53.7%

      \[\leadsto \color{blue}{\left(c \cdot y0 - y1 \cdot a\right) \cdot \left(y2 \cdot x\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) \]
    4. Taylor expanded in x around 0 57.7%

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

    if -5.6000000000000002e-202 < x < -3.2999999999999998e-295

    1. Initial program 27.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. Simplified44.4%

      \[\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]27.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 [=>]27.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 [=>]27.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)} \]
    3. Taylor expanded in j around inf 61.7%

      \[\leadsto \color{blue}{\left(t \cdot \left(y4 \cdot b + -1 \cdot \left(i \cdot y5\right)\right) + \left(-1 \cdot \left(y3 \cdot \left(y4 \cdot y1 - y0 \cdot y5\right)\right) + \left(i \cdot y1 - y0 \cdot b\right) \cdot x\right)\right) \cdot j} \]
    4. Simplified61.7%

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

      [Start]61.7%

      \[ \left(t \cdot \left(y4 \cdot b + -1 \cdot \left(i \cdot y5\right)\right) + \left(-1 \cdot \left(y3 \cdot \left(y4 \cdot y1 - y0 \cdot y5\right)\right) + \left(i \cdot y1 - y0 \cdot b\right) \cdot x\right)\right) \cdot j \]

      mul-1-neg [=>]61.7%

      \[ \left(t \cdot \left(y4 \cdot b + \color{blue}{\left(-i \cdot y5\right)}\right) + \left(-1 \cdot \left(y3 \cdot \left(y4 \cdot y1 - y0 \cdot y5\right)\right) + \left(i \cdot y1 - y0 \cdot b\right) \cdot x\right)\right) \cdot j \]

      sub-neg [<=]61.7%

      \[ \left(t \cdot \color{blue}{\left(y4 \cdot b - i \cdot y5\right)} + \left(-1 \cdot \left(y3 \cdot \left(y4 \cdot y1 - y0 \cdot y5\right)\right) + \left(i \cdot y1 - y0 \cdot b\right) \cdot x\right)\right) \cdot j \]

      mul-1-neg [=>]61.7%

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

    if 3.40000000000000015e-279 < x < 1.2199999999999999e-262

    1. Initial program 25.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. Simplified25.0%

      \[\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]25.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) \]

      +-commutative [=>]25.0%

      \[ \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 [=>]25.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)} \]

      *-commutative [=>]25.0%

      \[ \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 [=>]25.0%

      \[ \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 i around -inf 50.2%

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

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

      [Start]50.2%

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

      mul-1-neg [=>]50.2%

      \[ \color{blue}{-i \cdot \left(c \cdot \left(y \cdot x - t \cdot z\right) + \left(\left(t \cdot j - k \cdot y\right) \cdot y5 + \left(k \cdot z - j \cdot x\right) \cdot y1\right)\right)} \]
    5. Taylor expanded in c around 0 62.7%

      \[\leadsto -\color{blue}{\left(\left(k \cdot z - j \cdot x\right) \cdot y1 + \left(t \cdot j - k \cdot y\right) \cdot y5\right) \cdot i} \]
    6. Taylor expanded in z around inf 75.0%

      \[\leadsto -\color{blue}{\left(k \cdot \left(y1 \cdot z\right)\right)} \cdot i \]

    if 1.2199999999999999e-262 < x < 1.61999999999999998e-217

    1. Initial program 42.9%

      \[\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. Simplified42.9%

      \[\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]42.9%

      \[ \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- [=>]42.9%

      \[ \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 y4 around inf 72.7%

      \[\leadsto \color{blue}{y4 \cdot \left(\left(\left(t \cdot j - k \cdot y\right) \cdot b + y1 \cdot \left(k \cdot y2 - y3 \cdot j\right)\right) - c \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
    4. Taylor expanded in t around inf 73.3%

      \[\leadsto \color{blue}{y4 \cdot \left(t \cdot \left(j \cdot b - c \cdot y2\right)\right)} \]
    5. Simplified86.3%

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

      [Start]73.3%

      \[ y4 \cdot \left(t \cdot \left(j \cdot b - c \cdot y2\right)\right) \]

      associate-*r* [=>]86.3%

      \[ \color{blue}{\left(y4 \cdot t\right) \cdot \left(j \cdot b - c \cdot y2\right)} \]

      *-commutative [=>]86.3%

      \[ \left(y4 \cdot t\right) \cdot \left(j \cdot b - \color{blue}{y2 \cdot c}\right) \]

    if 1.61999999999999998e-217 < x < 1.79999999999999992e181

    1. Initial program 37.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. Simplified46.2%

      \[\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]37.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) \]

      +-commutative [=>]37.0%

      \[ \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 [=>]38.3%

      \[ \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 y1 around inf 53.0%

      \[\leadsto \color{blue}{\left(-1 \cdot \left(a \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(i \cdot \left(j \cdot x - k \cdot z\right) + y4 \cdot \left(k \cdot y2 + -1 \cdot \left(y3 \cdot j\right)\right)\right)\right) \cdot y1} \]
    4. Simplified53.0%

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

      [Start]53.0%

      \[ \left(-1 \cdot \left(a \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(i \cdot \left(j \cdot x - k \cdot z\right) + y4 \cdot \left(k \cdot y2 + -1 \cdot \left(y3 \cdot j\right)\right)\right)\right) \cdot y1 \]

      mul-1-neg [=>]53.0%

      \[ \left(\color{blue}{\left(-a \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)} + \left(i \cdot \left(j \cdot x - k \cdot z\right) + y4 \cdot \left(k \cdot y2 + -1 \cdot \left(y3 \cdot j\right)\right)\right)\right) \cdot y1 \]

      mul-1-neg [=>]53.0%

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

      sub-neg [<=]53.0%

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

    if 1.79999999999999992e181 < x

    1. Initial program 11.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. Simplified11.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]11.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- [=>]11.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 x around inf 93.0%

      \[\leadsto \color{blue}{\left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - \left(y0 \cdot b - y1 \cdot i\right) \cdot j\right) \cdot x} \]
  3. Recombined 11 regimes into one program.
  4. Final simplification67.7%

    \[\leadsto \begin{array}{l} \mathbf{if}\;x \leq -1.7 \cdot 10^{+228}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{elif}\;x \leq -1.3 \cdot 10^{+183}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;x \leq -6.5 \cdot 10^{+178}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{elif}\;x \leq -8.1 \cdot 10^{+152}:\\ \;\;\;\;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}\;x \leq -1.3 \cdot 10^{+124}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;x \leq -8 \cdot 10^{+82}:\\ \;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;x \leq -5.6 \cdot 10^{-202}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5 - c \cdot y4\right)\\ \mathbf{elif}\;x \leq -3.3 \cdot 10^{-295}:\\ \;\;\;\;j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right) + x \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\right)\\ \mathbf{elif}\;x \leq 3.4 \cdot 10^{-279}:\\ \;\;\;\;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}\;x \leq 1.22 \cdot 10^{-262}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 1.62 \cdot 10^{-217}:\\ \;\;\;\;\left(t \cdot y4\right) \cdot \left(b \cdot j - c \cdot y2\right)\\ \mathbf{elif}\;x \leq 1.8 \cdot 10^{+181}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + \left(y4 \cdot \left(k \cdot y2 - j \cdot y3\right) - i \cdot \left(z \cdot k - x \cdot j\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;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)\\ \end{array} \]

Alternatives

Alternative 1
Accuracy41.0%
Cost3568
\[\begin{array}{l} t_1 := i \cdot y1 - b \cdot y0\\ t_2 := c \cdot y0 - a \cdot y1\\ t_3 := y1 \cdot y4 - y0 \cdot y5\\ t_4 := y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot t_2\\ t_5 := a \cdot y5 - c \cdot y4\\ t_6 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ t_7 := k \cdot y2 - j \cdot y3\\ t_8 := y2 \cdot \left(\left(x \cdot t_2 + k \cdot t_3\right) + t \cdot t_5\right)\\ \mathbf{if}\;x \leq -1.7 \cdot 10^{+228}:\\ \;\;\;\;x \cdot t_4\\ \mathbf{elif}\;x \leq -1.3 \cdot 10^{+183}:\\ \;\;\;\;t_6\\ \mathbf{elif}\;x \leq -6.5 \cdot 10^{+178}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{elif}\;x \leq -8.1 \cdot 10^{+152}:\\ \;\;\;\;t_8\\ \mathbf{elif}\;x \leq -1.3 \cdot 10^{+124}:\\ \;\;\;\;t_6\\ \mathbf{elif}\;x \leq -8 \cdot 10^{+82}:\\ \;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;x \leq -5.6 \cdot 10^{-202}:\\ \;\;\;\;t_7 \cdot t_3 + \left(t \cdot y2 - y \cdot y3\right) \cdot t_5\\ \mathbf{elif}\;x \leq -3.3 \cdot 10^{-295}:\\ \;\;\;\;j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right) + x \cdot t_1\right)\right)\\ \mathbf{elif}\;x \leq 3.4 \cdot 10^{-279}:\\ \;\;\;\;t_8\\ \mathbf{elif}\;x \leq 1.22 \cdot 10^{-262}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 1.62 \cdot 10^{-217}:\\ \;\;\;\;\left(t \cdot y4\right) \cdot \left(b \cdot j - c \cdot y2\right)\\ \mathbf{elif}\;x \leq 1.8 \cdot 10^{+181}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right) + \left(y4 \cdot t_7 - i \cdot \left(z \cdot k - x \cdot j\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x \cdot \left(t_4 + j \cdot t_1\right)\\ \end{array} \]
Alternative 2
Accuracy52.4%
Cost37380
\[\begin{array}{l} t_1 := t \cdot j - y \cdot k\\ t_2 := c \cdot y0 - a \cdot y1\\ t_3 := \left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5 - c \cdot y4\right)\\ t_4 := x \cdot y2 - z \cdot y3\\ t_5 := a \cdot b - c \cdot i\\ t_6 := t_5 \cdot \left(x \cdot y - z \cdot t\right)\\ t_7 := i \cdot y1 - b \cdot y0\\ t_8 := y1 \cdot y4 - y0 \cdot y5\\ t_9 := b \cdot y4 - i \cdot y5\\ t_10 := k \cdot y2 - j \cdot y3\\ \mathbf{if}\;\left(\left(\left(\left(t_6 + \left(x \cdot j - z \cdot k\right) \cdot t_7\right) + t_2 \cdot t_4\right) + t_9 \cdot t_1\right) + t_3\right) + t_10 \cdot t_8 \leq \infty:\\ \;\;\;\;\mathsf{fma}\left(t_10, t_8, \mathsf{fma}\left(t_1, t_9, \mathsf{fma}\left(t_4, t_2, t_6 - \left(b \cdot y0 - i \cdot y1\right) \cdot \mathsf{fma}\left(x, j, k \cdot \left(-z\right)\right)\right)\right) + t_3\right)\\ \mathbf{else}:\\ \;\;\;\;x \cdot \left(\left(y \cdot t_5 + y2 \cdot t_2\right) + j \cdot t_7\right)\\ \end{array} \]
Alternative 3
Accuracy52.4%
Cost12228
\[\begin{array}{l} t_1 := a \cdot b - c \cdot i\\ t_2 := i \cdot y1 - b \cdot y0\\ t_3 := c \cdot y0 - a \cdot y1\\ t_4 := \left(\left(\left(\left(t_1 \cdot \left(x \cdot y - z \cdot t\right) + \left(x \cdot j - z \cdot k\right) \cdot t_2\right) + t_3 \cdot \left(x \cdot y2 - z \cdot y3\right)\right) + \left(b \cdot y4 - i \cdot y5\right) \cdot \left(t \cdot j - y \cdot k\right)\right) + \left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5 - c \cdot y4\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\\ \mathbf{if}\;t_4 \leq \infty:\\ \;\;\;\;t_4\\ \mathbf{else}:\\ \;\;\;\;x \cdot \left(\left(y \cdot t_1 + y2 \cdot t_3\right) + j \cdot t_2\right)\\ \end{array} \]
Alternative 4
Accuracy40.3%
Cost3304
\[\begin{array}{l} t_1 := y0 \cdot y5 - y1 \cdot y4\\ t_2 := y3 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right) + \left(j \cdot t_1 + z \cdot \left(a \cdot y1 - c \cdot y0\right)\right)\right)\\ t_3 := i \cdot y1 - b \cdot y0\\ t_4 := t \cdot j - y \cdot k\\ t_5 := k \cdot y2 - j \cdot y3\\ t_6 := b \cdot \left(a \cdot \left(x \cdot y - z \cdot t\right) + \left(y0 \cdot \left(z \cdot k - x \cdot j\right) + y4 \cdot t_4\right)\right)\\ \mathbf{if}\;y3 \leq -4 \cdot 10^{+190}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq -5.4 \cdot 10^{+66}:\\ \;\;\;\;j \cdot \left(y3 \cdot t_1 - i \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq -4.8 \cdot 10^{-20}:\\ \;\;\;\;t_5 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5 - c \cdot y4\right)\\ \mathbf{elif}\;y3 \leq 9.5 \cdot 10^{-276}:\\ \;\;\;\;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 t_3\right)\\ \mathbf{elif}\;y3 \leq 7 \cdot 10^{-237}:\\ \;\;\;\;t_6\\ \mathbf{elif}\;y3 \leq 6 \cdot 10^{-176}:\\ \;\;\;\;y4 \cdot \left(\left(b \cdot t_4 + y1 \cdot t_5\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 3.8 \cdot 10^{-82}:\\ \;\;\;\;i \cdot \left(c \cdot \left(z \cdot t - x \cdot y\right) + \left(x \cdot j - z \cdot k\right) \cdot y1\right)\\ \mathbf{elif}\;y3 \leq 6.5 \cdot 10^{+14}:\\ \;\;\;\;t_6\\ \mathbf{elif}\;y3 \leq 1.85 \cdot 10^{+102}:\\ \;\;\;\;\left(i \cdot k - a \cdot y3\right) \cdot \left(y \cdot y5\right)\\ \mathbf{elif}\;y3 \leq 2.1 \cdot 10^{+179}:\\ \;\;\;\;j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + x \cdot t_3\right)\\ \mathbf{else}:\\ \;\;\;\;t_2\\ \end{array} \]
Alternative 5
Accuracy38.5%
Cost3040
\[\begin{array}{l} t_1 := \left(x \cdot j - z \cdot k\right) \cdot y1\\ t_2 := a \cdot b - c \cdot i\\ t_3 := y \cdot \left(x \cdot t_2 + k \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{if}\;j \leq -9.5 \cdot 10^{-15}:\\ \;\;\;\;j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + x \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;j \leq -4 \cdot 10^{-165}:\\ \;\;\;\;i \cdot \left(c \cdot \left(z \cdot t - x \cdot y\right) + t_1\right)\\ \mathbf{elif}\;j \leq -2.7 \cdot 10^{-308}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right) - y1 \cdot \left(x \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq 5.8 \cdot 10^{-126}:\\ \;\;\;\;x \cdot \left(y \cdot t_2 + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{elif}\;j \leq 1.12 \cdot 10^{-94}:\\ \;\;\;\;t_3\\ \mathbf{elif}\;j \leq 1.15 \cdot 10^{-50}:\\ \;\;\;\;i \cdot \left(t_1 + y5 \cdot \left(y \cdot k - t \cdot j\right)\right)\\ \mathbf{elif}\;j \leq 2.5 \cdot 10^{-7}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2\right) + y5 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq 7000000:\\ \;\;\;\;b \cdot \left(a \cdot \left(x \cdot y - z \cdot t\right) + \left(y0 \cdot \left(z \cdot k - x \cdot j\right) + y4 \cdot \left(t \cdot j - y \cdot k\right)\right)\right)\\ \mathbf{elif}\;j \leq 5.2 \cdot 10^{+89}:\\ \;\;\;\;t_3\\ \mathbf{else}:\\ \;\;\;\;y3 \cdot \left(j \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \end{array} \]
Alternative 6
Accuracy36.7%
Cost2796
\[\begin{array}{l} t_1 := x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ t_2 := t \cdot y2 - y \cdot y3\\ t_3 := y0 \cdot y5 - y1 \cdot y4\\ t_4 := y3 \cdot t_3\\ \mathbf{if}\;x \leq -2.7 \cdot 10^{+228}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -3.8 \cdot 10^{+124}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;x \leq -3.2 \cdot 10^{+59}:\\ \;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;x \leq -4.8 \cdot 10^{-147}:\\ \;\;\;\;j \cdot t_4\\ \mathbf{elif}\;x \leq -1.04 \cdot 10^{-209}:\\ \;\;\;\;a \cdot \left(y5 \cdot t_2 - y1 \cdot \left(x \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq 2.2 \cdot 10^{-267}:\\ \;\;\;\;j \cdot \left(t_4 - i \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq 1.55 \cdot 10^{-248}:\\ \;\;\;\;\left(z \cdot i\right) \cdot \left(t \cdot c - k \cdot y1\right)\\ \mathbf{elif}\;x \leq 7.5 \cdot 10^{-167}:\\ \;\;\;\;y2 \cdot \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + a \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq 4.6 \cdot 10^{+23}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right) - c \cdot t_2\right)\\ \mathbf{elif}\;x \leq 2.7 \cdot 10^{+121}:\\ \;\;\;\;j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq 2.3 \cdot 10^{+123}:\\ \;\;\;\;y3 \cdot \left(j \cdot t_3\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 7
Accuracy31.6%
Cost2540
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2\right) + y5 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\\ \mathbf{if}\;y0 \leq -7 \cdot 10^{+127}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y0 \leq -4.3 \cdot 10^{-8}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \mathbf{elif}\;y0 \leq -9.5 \cdot 10^{-125}:\\ \;\;\;\;\left(i \cdot k - a \cdot y3\right) \cdot \left(y \cdot y5\right)\\ \mathbf{elif}\;y0 \leq -8.8 \cdot 10^{-210}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y0 \leq -2 \cdot 10^{-303}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq 5 \cdot 10^{-249}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{elif}\;y0 \leq 5.5 \cdot 10^{-171}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq 2.4 \cdot 10^{-107}:\\ \;\;\;\;j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq 0.0074:\\ \;\;\;\;\left(y \cdot b - y1 \cdot y2\right) \cdot \left(x \cdot a\right)\\ \mathbf{elif}\;y0 \leq 4.4 \cdot 10^{+79}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq 8.5 \cdot 10^{+174}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \end{array} \]
Alternative 8
Accuracy33.9%
Cost2540
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2\right) + y5 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\\ t_2 := a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right) - y1 \cdot \left(x \cdot y2\right)\right)\\ \mathbf{if}\;y0 \leq -4.7 \cdot 10^{+133}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y0 \leq -3.4 \cdot 10^{-124}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y0 \leq -1.72 \cdot 10^{-208}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y0 \leq -1.75 \cdot 10^{-231}:\\ \;\;\;\;y4 \cdot \left(j \cdot \left(t \cdot b - y1 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -5.2 \cdot 10^{-258}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{elif}\;y0 \leq 1.8 \cdot 10^{-295}:\\ \;\;\;\;y1 \cdot \left(y4 \cdot \left(k \cdot y2 - j \cdot y3\right) - x \cdot \left(a \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq 4.8 \cdot 10^{-170}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y0 \leq 4.6 \cdot 10^{-107}:\\ \;\;\;\;j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq 0.19:\\ \;\;\;\;\left(y \cdot b - y1 \cdot y2\right) \cdot \left(x \cdot a\right)\\ \mathbf{elif}\;y0 \leq 2.7 \cdot 10^{+75}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq 10^{+179}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \end{array} \]
Alternative 9
Accuracy35.5%
Cost2532
\[\begin{array}{l} t_1 := a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right) - y1 \cdot \left(x \cdot y2\right)\right)\\ t_2 := j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + x \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{if}\;a \leq -2.7 \cdot 10^{+122}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq -2.9 \cdot 10^{+51}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{elif}\;a \leq -4.5 \cdot 10^{-34}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;a \leq -1.8 \cdot 10^{-157}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{elif}\;a \leq -8.6 \cdot 10^{-228}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;a \leq 8.2 \cdot 10^{-165}:\\ \;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;a \leq 6.6 \cdot 10^{-152}:\\ \;\;\;\;\left(t \cdot y4\right) \cdot \left(b \cdot j - c \cdot y2\right)\\ \mathbf{elif}\;a \leq 4 \cdot 10^{-63}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{elif}\;a \leq 1.86 \cdot 10^{+65}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 10
Accuracy37.8%
Cost2512
\[\begin{array}{l} t_1 := x \cdot j - z \cdot k\\ t_2 := x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{if}\;x \leq -5 \cdot 10^{+229}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;x \leq -1.7 \cdot 10^{+124}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;x \leq -6 \cdot 10^{+79}:\\ \;\;\;\;t_1 \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;x \leq -1.55 \cdot 10^{-118}:\\ \;\;\;\;y4 \cdot \left(\left(b \cdot \left(t \cdot j - y \cdot k\right) + y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq -2.35 \cdot 10^{-212}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right) - y1 \cdot \left(x \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq 6.5 \cdot 10^{-270}:\\ \;\;\;\;j \cdot \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right) - i \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq 3.1 \cdot 10^{+181}:\\ \;\;\;\;i \cdot \left(t_1 \cdot y1 + y5 \cdot \left(y \cdot k - t \cdot j\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_2\\ \end{array} \]
Alternative 11
Accuracy40.2%
Cost2512
\[\begin{array}{l} t_1 := i \cdot y1 - b \cdot y0\\ t_2 := c \cdot y0 - a \cdot y1\\ t_3 := a \cdot b - c \cdot i\\ \mathbf{if}\;j \leq -6.2 \cdot 10^{-15}:\\ \;\;\;\;j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + x \cdot t_1\right)\\ \mathbf{elif}\;j \leq -1.1 \cdot 10^{-282}:\\ \;\;\;\;x \cdot \left(\left(y \cdot t_3 + y2 \cdot t_2\right) + j \cdot t_1\right)\\ \mathbf{elif}\;j \leq 3.2 \cdot 10^{-184}:\\ \;\;\;\;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{elif}\;j \leq 9.8 \cdot 10^{-51}:\\ \;\;\;\;i \cdot \left(c \cdot \left(z \cdot t - x \cdot y\right) - \left(y1 \cdot \left(z \cdot k - x \cdot j\right) + y5 \cdot \left(t \cdot j - y \cdot k\right)\right)\right)\\ \mathbf{elif}\;j \leq 2.9 \cdot 10^{-7}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2\right) + y5 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq 1.35 \cdot 10^{+86}:\\ \;\;\;\;y \cdot \left(x \cdot t_3 + k \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y3 \cdot \left(j \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \end{array} \]
Alternative 12
Accuracy31.0%
Cost2420
\[\begin{array}{l} t_1 := \left(y \cdot b - y1 \cdot y2\right) \cdot \left(x \cdot a\right)\\ t_2 := y0 \cdot y5 - y1 \cdot y4\\ t_3 := y3 \cdot \left(j \cdot t_2\right)\\ \mathbf{if}\;a \leq -1.02 \cdot 10^{+77}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq -2.5 \cdot 10^{+21}:\\ \;\;\;\;t_3\\ \mathbf{elif}\;a \leq -9.5 \cdot 10^{-218}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;a \leq 2.9 \cdot 10^{-185}:\\ \;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;a \leq 4 \cdot 10^{-170}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{elif}\;a \leq 1.25 \cdot 10^{-154}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4\right)\\ \mathbf{elif}\;a \leq 3.5 \cdot 10^{-113}:\\ \;\;\;\;j \cdot \left(y3 \cdot t_2\right)\\ \mathbf{elif}\;a \leq 9.2 \cdot 10^{-63}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{elif}\;a \leq 7 \cdot 10^{-44}:\\ \;\;\;\;i \cdot \left(t \cdot \left(y5 \cdot \left(-j\right)\right)\right)\\ \mathbf{elif}\;a \leq 102000:\\ \;\;\;\;t_3\\ \mathbf{elif}\;a \leq 5.4 \cdot 10^{+99}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq 3.05 \cdot 10^{+149}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;a \leq 5 \cdot 10^{+191}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \end{array} \]
Alternative 13
Accuracy32.0%
Cost2408
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2\right) + y5 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\\ \mathbf{if}\;y0 \leq -4.8 \cdot 10^{+126}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y0 \leq -0.011:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \mathbf{elif}\;y0 \leq -3.1 \cdot 10^{-127}:\\ \;\;\;\;\left(i \cdot k - a \cdot y3\right) \cdot \left(y \cdot y5\right)\\ \mathbf{elif}\;y0 \leq -4.4 \cdot 10^{-254}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y0 \leq 2.25 \cdot 10^{-238}:\\ \;\;\;\;y1 \cdot \left(y4 \cdot \left(k \cdot y2 - j \cdot y3\right) - x \cdot \left(a \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq 1.15 \cdot 10^{-171}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq 2.55 \cdot 10^{-106}:\\ \;\;\;\;j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq 0.0052:\\ \;\;\;\;\left(y \cdot b - y1 \cdot y2\right) \cdot \left(x \cdot a\right)\\ \mathbf{elif}\;y0 \leq 2.3 \cdot 10^{+81}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq 1.2 \cdot 10^{+183}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \end{array} \]
Alternative 14
Accuracy33.4%
Cost2408
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2\right) + y5 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\\ t_2 := a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right) - y1 \cdot \left(x \cdot y2\right)\right)\\ \mathbf{if}\;y0 \leq -1.2 \cdot 10^{+130}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y0 \leq -2.6 \cdot 10^{+22}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \mathbf{elif}\;y0 \leq -1.3 \cdot 10^{-57}:\\ \;\;\;\;j \cdot \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right) - i \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq -5.6 \cdot 10^{-126}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y0 \leq -3.9 \cdot 10^{-209}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y0 \leq 3.5 \cdot 10^{-171}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y0 \leq 7.8 \cdot 10^{-107}:\\ \;\;\;\;j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq 0.00345:\\ \;\;\;\;\left(y \cdot b - y1 \cdot y2\right) \cdot \left(x \cdot a\right)\\ \mathbf{elif}\;y0 \leq 9.2 \cdot 10^{+80}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;y0 \leq 1.05 \cdot 10^{+179}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \end{array} \]
Alternative 15
Accuracy35.2%
Cost2400
\[\begin{array}{l} t_1 := t \cdot y2 - y \cdot y3\\ t_2 := y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\\ \mathbf{if}\;x \leq -1.45 \cdot 10^{+124}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;x \leq -9.8 \cdot 10^{+58}:\\ \;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;x \leq -1.8 \cdot 10^{-147}:\\ \;\;\;\;j \cdot t_2\\ \mathbf{elif}\;x \leq -1.25 \cdot 10^{-204}:\\ \;\;\;\;a \cdot \left(y5 \cdot t_1 - y1 \cdot \left(x \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq 2.5 \cdot 10^{-267}:\\ \;\;\;\;j \cdot \left(t_2 - i \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq 5.2 \cdot 10^{-247}:\\ \;\;\;\;\left(z \cdot i\right) \cdot \left(t \cdot c - k \cdot y1\right)\\ \mathbf{elif}\;x \leq 2.9 \cdot 10^{-167}:\\ \;\;\;\;y2 \cdot \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + a \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq 7.5 \cdot 10^{+22}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right) - c \cdot t_1\right)\\ \mathbf{elif}\;x \leq 5.2 \cdot 10^{+89}:\\ \;\;\;\;j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(x \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \end{array} \]
Alternative 16
Accuracy39.4%
Cost2380
\[\begin{array}{l} t_1 := i \cdot y1 - b \cdot y0\\ t_2 := c \cdot y0 - a \cdot y1\\ t_3 := a \cdot b - c \cdot i\\ \mathbf{if}\;j \leq -3.9 \cdot 10^{-17}:\\ \;\;\;\;j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + x \cdot t_1\right)\\ \mathbf{elif}\;j \leq -5.6 \cdot 10^{-284}:\\ \;\;\;\;x \cdot \left(\left(y \cdot t_3 + y2 \cdot t_2\right) + j \cdot t_1\right)\\ \mathbf{elif}\;j \leq 5.5 \cdot 10^{-196}:\\ \;\;\;\;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{elif}\;j \leq 9.8 \cdot 10^{-51}:\\ \;\;\;\;i \cdot \left(\left(x \cdot j - z \cdot k\right) \cdot y1 + y5 \cdot \left(y \cdot k - t \cdot j\right)\right)\\ \mathbf{elif}\;j \leq 1.35 \cdot 10^{-7}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2\right) + y5 \cdot \left(j \cdot y3 - k \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq 1.4 \cdot 10^{+90}:\\ \;\;\;\;y \cdot \left(x \cdot t_3 + k \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y3 \cdot \left(j \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \end{array} \]
Alternative 17
Accuracy28.9%
Cost2288
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ t_2 := j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{if}\;y2 \leq -1.14 \cdot 10^{+195}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y2 \leq -6.5 \cdot 10^{+162}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \mathbf{elif}\;y2 \leq -8 \cdot 10^{+130}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y2 \leq -0.057:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y2 \leq -1.7 \cdot 10^{-100}:\\ \;\;\;\;y \cdot \left(x \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{elif}\;y2 \leq -4 \cdot 10^{-299}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(y \cdot c - j \cdot y1\right)\right)\\ \mathbf{elif}\;y2 \leq 8.2 \cdot 10^{-272}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y2 \leq 9.5 \cdot 10^{-238}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;y2 \leq 2.3 \cdot 10^{-79}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;y2 \leq 4.2 \cdot 10^{-66}:\\ \;\;\;\;\left(t \cdot j\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\\ \mathbf{elif}\;y2 \leq 2.3 \cdot 10^{+111}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;y2 \leq 7 \cdot 10^{+158}:\\ \;\;\;\;j \cdot \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 18
Accuracy38.1%
Cost2268
\[\begin{array}{l} t_1 := a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right) - y1 \cdot \left(x \cdot y2\right)\right)\\ t_2 := j \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right) + x \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ t_3 := a \cdot b - c \cdot i\\ t_4 := i \cdot y5 - b \cdot y4\\ \mathbf{if}\;a \leq -8.6 \cdot 10^{+122}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq -2.05 \cdot 10^{+51}:\\ \;\;\;\;x \cdot \left(y \cdot t_3 + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{elif}\;a \leq 2.55 \cdot 10^{-278}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;a \leq 5.2 \cdot 10^{-174}:\\ \;\;\;\;y \cdot \left(x \cdot t_3 + k \cdot t_4\right)\\ \mathbf{elif}\;a \leq 7.5 \cdot 10^{-116}:\\ \;\;\;\;j \cdot \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \mathbf{elif}\;a \leq 8.5 \cdot 10^{-63}:\\ \;\;\;\;k \cdot \left(y \cdot t_4\right)\\ \mathbf{elif}\;a \leq 2.45 \cdot 10^{+53}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 19
Accuracy33.1%
Cost2156
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{if}\;x \leq -1.95 \cdot 10^{+124}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -1.05 \cdot 10^{+74}:\\ \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j\right)\\ \mathbf{elif}\;x \leq -1.55 \cdot 10^{-59}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq -6 \cdot 10^{-82}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -2.15 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;x \leq 4.7 \cdot 10^{-298}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{elif}\;x \leq 10^{-281}:\\ \;\;\;\;i \cdot \left(j \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;x \leq 3.5 \cdot 10^{-262}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 2.05 \cdot 10^{-247}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq 1.4 \cdot 10^{-136}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{elif}\;x \leq 2.15 \cdot 10^{+89}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(x \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \end{array} \]
Alternative 20
Accuracy32.7%
Cost2156
\[\begin{array}{l} \mathbf{if}\;x \leq -2 \cdot 10^{+124}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;x \leq -6.4 \cdot 10^{+73}:\\ \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j\right)\\ \mathbf{elif}\;x \leq -2.55 \cdot 10^{-5}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq -1.05 \cdot 10^{-102}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;x \leq -2.8 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;x \leq 9.6 \cdot 10^{-299}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{elif}\;x \leq 1.1 \cdot 10^{-281}:\\ \;\;\;\;i \cdot \left(j \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;x \leq 2.05 \cdot 10^{-262}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 2.4 \cdot 10^{-248}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq 1.9 \cdot 10^{-138}:\\ \;\;\;\;y4 \cdot \left(y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right)\\ \mathbf{elif}\;x \leq 1.6 \cdot 10^{+88}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3 - b \cdot k\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(x \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \end{array} \]
Alternative 21
Accuracy29.3%
Cost2156
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ t_2 := j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{if}\;y2 \leq -1.2 \cdot 10^{+195}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y2 \leq -6 \cdot 10^{+161}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \mathbf{elif}\;y2 \leq -2.3 \cdot 10^{+130}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y2 \leq -4.6:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y2 \leq -8 \cdot 10^{-100}:\\ \;\;\;\;y \cdot \left(x \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{elif}\;y2 \leq -3.05 \cdot 10^{-299}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(y \cdot c - j \cdot y1\right)\right)\\ \mathbf{elif}\;y2 \leq 7.2 \cdot 10^{-272}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y2 \leq 5.6 \cdot 10^{-237}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;y2 \leq 8 \cdot 10^{-73}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;y2 \leq 7 \cdot 10^{-43}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y2 \leq 3.9 \cdot 10^{+158}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 22
Accuracy29.1%
Cost2156
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ t_2 := j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{if}\;y2 \leq -2.8 \cdot 10^{+194}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y2 \leq -2.5 \cdot 10^{+162}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \mathbf{elif}\;y2 \leq -9 \cdot 10^{+129}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y2 \leq -12.5:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y2 \leq -5.1 \cdot 10^{-101}:\\ \;\;\;\;y \cdot \left(x \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{elif}\;y2 \leq -3 \cdot 10^{-299}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(y \cdot c - j \cdot y1\right)\right)\\ \mathbf{elif}\;y2 \leq 9.5 \cdot 10^{-280}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y2 \leq 8.5 \cdot 10^{-238}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;y2 \leq 2.55 \cdot 10^{-79}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;y2 \leq 6.6 \cdot 10^{-69}:\\ \;\;\;\;\left(t \cdot j\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\\ \mathbf{elif}\;y2 \leq 1.06 \cdot 10^{+160}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 23
Accuracy30.5%
Cost2156
\[\begin{array}{l} t_1 := \left(y \cdot b - y1 \cdot y2\right) \cdot \left(x \cdot a\right)\\ t_2 := y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ t_3 := j \cdot \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \mathbf{if}\;y3 \leq -320000000000:\\ \;\;\;\;t_3\\ \mathbf{elif}\;y3 \leq -1.1 \cdot 10^{-57}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq -2.7 \cdot 10^{-166}:\\ \;\;\;\;\left(y \cdot a - j \cdot y0\right) \cdot \left(x \cdot b\right)\\ \mathbf{elif}\;y3 \leq -2.4 \cdot 10^{-184}:\\ \;\;\;\;i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 6.7 \cdot 10^{-261}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 2.8 \cdot 10^{-236}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;y3 \leq 2.55 \cdot 10^{-171}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq 9 \cdot 10^{-113}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 106000000000:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 4.5 \cdot 10^{+234}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq 7.8 \cdot 10^{+256}:\\ \;\;\;\;t_3\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3\right)\right)\\ \end{array} \]
Alternative 24
Accuracy32.8%
Cost2024
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{if}\;x \leq -1.15 \cdot 10^{+124}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -3.1 \cdot 10^{+72}:\\ \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j\right)\\ \mathbf{elif}\;x \leq -1.6 \cdot 10^{-59}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;x \leq -4.1 \cdot 10^{-78}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -2.1 \cdot 10^{-202}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;x \leq 8.2 \cdot 10^{-297}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{elif}\;x \leq 5.4 \cdot 10^{-282}:\\ \;\;\;\;i \cdot \left(j \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;x \leq 2.3 \cdot 10^{-262}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 7.2 \cdot 10^{-252}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq 7.2 \cdot 10^{+149}:\\ \;\;\;\;k \cdot \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(x \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \end{array} \]
Alternative 25
Accuracy30.9%
Cost2024
\[\begin{array}{l} t_1 := y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ t_2 := j \cdot \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \mathbf{if}\;y3 \leq -265000000000:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq -2.35 \cdot 10^{-57}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq -2.8 \cdot 10^{-170}:\\ \;\;\;\;\left(y \cdot a - j \cdot y0\right) \cdot \left(x \cdot b\right)\\ \mathbf{elif}\;y3 \leq -2.75 \cdot 10^{-182}:\\ \;\;\;\;j \cdot \left(i \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 1.9 \cdot 10^{-261}:\\ \;\;\;\;\left(y \cdot b - y1 \cdot y2\right) \cdot \left(x \cdot a\right)\\ \mathbf{elif}\;y3 \leq 2.8 \cdot 10^{-236}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;y3 \leq 3.8 \cdot 10^{-172}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 2200000000:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 6 \cdot 10^{+234}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 9.5 \cdot 10^{+256}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3\right)\right)\\ \end{array} \]
Alternative 26
Accuracy31.0%
Cost1892
\[\begin{array}{l} t_1 := \left(y \cdot b - y1 \cdot y2\right) \cdot \left(x \cdot a\right)\\ t_2 := j \cdot \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \mathbf{if}\;y3 \leq -135000000000:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq -1.05 \cdot 10^{-59}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq -1.28 \cdot 10^{-167}:\\ \;\;\;\;\left(y \cdot a - j \cdot y0\right) \cdot \left(x \cdot b\right)\\ \mathbf{elif}\;y3 \leq -6.4 \cdot 10^{-183}:\\ \;\;\;\;i \cdot \left(j \cdot \left(x \cdot y1 - t \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 2.9 \cdot 10^{-290}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 5.8 \cdot 10^{-82}:\\ \;\;\;\;\left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1\right)\\ \mathbf{elif}\;y3 \leq 6600000000:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 2 \cdot 10^{+235}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 3.5 \cdot 10^{+256}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3\right)\right)\\ \end{array} \]
Alternative 27
Accuracy31.6%
Cost1892
\[\begin{array}{l} t_1 := y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{if}\;t \leq -1.15 \cdot 10^{+149}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;t \leq -1.56 \cdot 10^{+75}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;t \leq -0.008:\\ \;\;\;\;y4 \cdot \left(y2 \cdot \left(k \cdot y1 - t \cdot c\right)\right)\\ \mathbf{elif}\;t \leq -2.05 \cdot 10^{-155}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(y \cdot c - j \cdot y1\right)\right)\\ \mathbf{elif}\;t \leq -9.5 \cdot 10^{-173}:\\ \;\;\;\;\left(y \cdot a - j \cdot y0\right) \cdot \left(x \cdot b\right)\\ \mathbf{elif}\;t \leq -7 \cdot 10^{-247}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;t \leq -2 \cdot 10^{-309}:\\ \;\;\;\;y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{elif}\;t \leq 1.4 \cdot 10^{-168}:\\ \;\;\;\;i \cdot \left(y \cdot \left(k \cdot y5 - x \cdot c\right)\right)\\ \mathbf{elif}\;t \leq 3.1 \cdot 10^{+44}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;\left(t \cdot j\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\\ \end{array} \]
Alternative 28
Accuracy29.5%
Cost1761
\[\begin{array}{l} t_1 := k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ t_2 := c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{if}\;k \leq -3.3 \cdot 10^{+133}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;k \leq -6.8 \cdot 10^{-206}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;k \leq -1.9 \cdot 10^{-238}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;k \leq 6 \cdot 10^{-247}:\\ \;\;\;\;a \cdot \left(y \cdot \left(x \cdot b\right)\right)\\ \mathbf{elif}\;k \leq 1.7 \cdot 10^{-131}:\\ \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j\right)\\ \mathbf{elif}\;k \leq 4.5 \cdot 10^{+29}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;k \leq 3.5 \cdot 10^{+208} \lor \neg \left(k \leq 3.9 \cdot 10^{+262}\right):\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \end{array} \]
Alternative 29
Accuracy24.9%
Cost1760
\[\begin{array}{l} t_1 := y4 \cdot \left(t \cdot \left(b \cdot j\right)\right)\\ t_2 := c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ t_3 := \left(i \cdot y1\right) \cdot \left(x \cdot j\right)\\ t_4 := a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{if}\;b \leq -1.75 \cdot 10^{+104}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;b \leq -7 \cdot 10^{-134}:\\ \;\;\;\;t_3\\ \mathbf{elif}\;b \leq -9.2 \cdot 10^{-210}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(j \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;b \leq 2.15 \cdot 10^{-256}:\\ \;\;\;\;t_4\\ \mathbf{elif}\;b \leq 2.75 \cdot 10^{-148}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;b \leq 4.8 \cdot 10^{+113}:\\ \;\;\;\;t_4\\ \mathbf{elif}\;b \leq 1.22 \cdot 10^{+184}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;b \leq 7.2 \cdot 10^{+248}:\\ \;\;\;\;t_3\\ \mathbf{else}:\\ \;\;\;\;t_2\\ \end{array} \]
Alternative 30
Accuracy30.5%
Cost1760
\[\begin{array}{l} t_1 := k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ t_2 := a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{if}\;y \leq -1.3 \cdot 10^{+256}:\\ \;\;\;\;a \cdot \left(y \cdot \left(x \cdot b\right)\right)\\ \mathbf{elif}\;y \leq -7.4 \cdot 10^{+169}:\\ \;\;\;\;y4 \cdot \left(c \cdot \left(y \cdot y3\right)\right)\\ \mathbf{elif}\;y \leq -1.36 \cdot 10^{+134}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y \leq -2.9 \cdot 10^{+73}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y \leq -1.25 \cdot 10^{-78}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y \leq 1.36 \cdot 10^{+62}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \mathbf{elif}\;y \leq 4.3 \cdot 10^{+139}:\\ \;\;\;\;k \cdot \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+174}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \end{array} \]
Alternative 31
Accuracy31.7%
Cost1760
\[\begin{array}{l} t_1 := y \cdot \left(x \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{if}\;x \leq -3.2 \cdot 10^{+211}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x \leq -6.8 \cdot 10^{+98}:\\ \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j\right)\\ \mathbf{elif}\;x \leq -5.8 \cdot 10^{-202}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;x \leq 2.9 \cdot 10^{-295}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{elif}\;x \leq 8.2 \cdot 10^{-283}:\\ \;\;\;\;i \cdot \left(j \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;x \leq 1.15 \cdot 10^{-262}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 1.6 \cdot 10^{-253}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq 7.5 \cdot 10^{+149}:\\ \;\;\;\;k \cdot \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 32
Accuracy31.1%
Cost1760
\[\begin{array}{l} t_1 := y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ t_2 := j \cdot \left(y3 \cdot \left(y0 \cdot y5 - y1 \cdot y4\right)\right)\\ \mathbf{if}\;y3 \leq -220000000000:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y3 \leq -1.66 \cdot 10^{-59}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq -8.2 \cdot 10^{-153}:\\ \;\;\;\;\left(y \cdot a - j \cdot y0\right) \cdot \left(x \cdot b\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-236}:\\ \;\;\;\;y0 \cdot \left(x \cdot \left(c \cdot y2 - b \cdot j\right)\right)\\ \mathbf{elif}\;y3 \leq 3.1 \cdot 10^{-172}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 3200000000:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 4.8 \cdot 10^{+234}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y3 \leq 9.2 \cdot 10^{+256}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(y \cdot \left(c \cdot y3\right)\right)\\ \end{array} \]
Alternative 33
Accuracy25.5%
Cost1504
\[\begin{array}{l} t_1 := y4 \cdot \left(t \cdot \left(b \cdot j\right)\right)\\ t_2 := \left(i \cdot y1\right) \cdot \left(x \cdot j\right)\\ t_3 := a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \mathbf{if}\;b \leq -1.4 \cdot 10^{+104}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;b \leq -3.8 \cdot 10^{-134}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;b \leq -2 \cdot 10^{-211}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(j \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;b \leq 1.6 \cdot 10^{-205}:\\ \;\;\;\;t_3\\ \mathbf{elif}\;b \leq 5.2 \cdot 10^{-172}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(y \cdot c\right)\right)\\ \mathbf{elif}\;b \leq 2.7 \cdot 10^{+114}:\\ \;\;\;\;t_3\\ \mathbf{elif}\;b \leq 1.22 \cdot 10^{+184}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;b \leq 5.6 \cdot 10^{+247}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(j \cdot \left(t \cdot b\right)\right)\\ \end{array} \]
Alternative 34
Accuracy31.1%
Cost1496
\[\begin{array}{l} t_1 := a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ t_2 := y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\\ \mathbf{if}\;y \leq -7 \cdot 10^{+168}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y \leq -4.4 \cdot 10^{+103}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y \leq -3.4 \cdot 10^{+80}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5 - b \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq -2 \cdot 10^{+53}:\\ \;\;\;\;i \cdot \left(y1 \cdot \left(x \cdot j\right)\right)\\ \mathbf{elif}\;y \leq -1.2 \cdot 10^{-78}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y \leq 1.06 \cdot 10^{+62}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2 - i \cdot j\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_2\\ \end{array} \]
Alternative 35
Accuracy22.0%
Cost1240
\[\begin{array}{l} t_1 := k \cdot \left(y \cdot \left(i \cdot y5\right)\right)\\ \mathbf{if}\;y5 \leq -2.8 \cdot 10^{+172}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq -3.4 \cdot 10^{+31}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq -1.25 \cdot 10^{+16}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq -4.3 \cdot 10^{-167}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(y \cdot c\right)\right)\\ \mathbf{elif}\;y5 \leq 1.35 \cdot 10^{-88}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4\right)\\ \mathbf{elif}\;y5 \leq 5.2 \cdot 10^{+192}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 36
Accuracy21.9%
Cost1240
\[\begin{array}{l} t_1 := k \cdot \left(y \cdot \left(i \cdot y5\right)\right)\\ \mathbf{if}\;y5 \leq -7.6 \cdot 10^{+167}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq -2.2 \cdot 10^{+31}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq -1080000000000:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq -2.15 \cdot 10^{-197}:\\ \;\;\;\;k \cdot \left(i \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;y5 \leq 3 \cdot 10^{-88}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4\right)\\ \mathbf{elif}\;y5 \leq 2.6 \cdot 10^{+192}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 37
Accuracy21.3%
Cost1108
\[\begin{array}{l} t_1 := k \cdot \left(y \cdot \left(i \cdot y5\right)\right)\\ t_2 := a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{if}\;y5 \leq -8.6 \cdot 10^{+168}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq -5.2 \cdot 10^{-96}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;y5 \leq -2.8 \cdot 10^{-174}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq 2.15 \cdot 10^{-79}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3\right)\right)\\ \mathbf{elif}\;y5 \leq 8.6 \cdot 10^{+191}:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 38
Accuracy21.4%
Cost1108
\[\begin{array}{l} t_1 := a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{if}\;y5 \leq -5 \cdot 10^{+170}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq -1.95 \cdot 10^{-96}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq -1.85 \cdot 10^{-180}:\\ \;\;\;\;k \cdot \left(y5 \cdot \left(y \cdot i\right)\right)\\ \mathbf{elif}\;y5 \leq 2.3 \cdot 10^{-79}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3\right)\right)\\ \mathbf{elif}\;y5 \leq 1.4 \cdot 10^{+192}:\\ \;\;\;\;t_1\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 39
Accuracy21.2%
Cost1108
\[\begin{array}{l} \mathbf{if}\;y5 \leq -5.2 \cdot 10^{+174}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq -4.8 \cdot 10^{-96}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq -7.5 \cdot 10^{-175}:\\ \;\;\;\;k \cdot \left(y5 \cdot \left(y \cdot i\right)\right)\\ \mathbf{elif}\;y5 \leq 9.2 \cdot 10^{-82}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3\right)\right)\\ \mathbf{elif}\;y5 \leq 1.9 \cdot 10^{+191}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 40
Accuracy23.0%
Cost1108
\[\begin{array}{l} t_1 := t \cdot \left(y5 \cdot \left(a \cdot y2\right)\right)\\ \mathbf{if}\;a \leq -1.75 \cdot 10^{+140}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq -6.8 \cdot 10^{+84}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a\right)\right)\\ \mathbf{elif}\;a \leq -310000:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq 2.2 \cdot 10^{-201}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3\right)\right)\\ \mathbf{elif}\;a \leq 4.4 \cdot 10^{+45}:\\ \;\;\;\;k \cdot \left(y5 \cdot \left(y \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 41
Accuracy23.2%
Cost1108
\[\begin{array}{l} t_1 := t \cdot \left(y5 \cdot \left(a \cdot y2\right)\right)\\ \mathbf{if}\;a \leq -3.4 \cdot 10^{+138}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq -1.05 \cdot 10^{+81}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a\right)\right)\\ \mathbf{elif}\;a \leq -900000:\\ \;\;\;\;t_1\\ \mathbf{elif}\;a \leq 3.1 \cdot 10^{-197}:\\ \;\;\;\;y4 \cdot \left(c \cdot \left(y \cdot y3\right)\right)\\ \mathbf{elif}\;a \leq 3.7 \cdot 10^{+46}:\\ \;\;\;\;k \cdot \left(y5 \cdot \left(y \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 42
Accuracy20.9%
Cost1108
\[\begin{array}{l} \mathbf{if}\;y5 \leq -1.08 \cdot 10^{+167}:\\ \;\;\;\;k \cdot \left(y \cdot \left(i \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq -8 \cdot 10^{-97}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq -2.8 \cdot 10^{-174}:\\ \;\;\;\;k \cdot \left(y5 \cdot \left(y \cdot i\right)\right)\\ \mathbf{elif}\;y5 \leq -6.2 \cdot 10^{-244}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3\right)\right)\\ \mathbf{elif}\;y5 \leq 7.8 \cdot 10^{+93}:\\ \;\;\;\;y4 \cdot \left(t \cdot \left(b \cdot j\right)\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 43
Accuracy22.0%
Cost1108
\[\begin{array}{l} t_1 := y4 \cdot \left(y3 \cdot \left(y \cdot c\right)\right)\\ \mathbf{if}\;c \leq -5.2 \cdot 10^{+153}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;c \leq -1.26 \cdot 10^{+72}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{elif}\;c \leq -4.85 \cdot 10^{-147}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a\right)\right)\\ \mathbf{elif}\;c \leq 1.7 \cdot 10^{-283}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;c \leq 920000000000:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 44
Accuracy21.8%
Cost1108
\[\begin{array}{l} t_1 := k \cdot \left(y \cdot \left(i \cdot y5\right)\right)\\ \mathbf{if}\;y5 \leq -1.5 \cdot 10^{+173}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq -1.95 \cdot 10^{+31}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq -9 \cdot 10^{+15}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;y5 \leq -6.5 \cdot 10^{-167}:\\ \;\;\;\;y4 \cdot \left(y3 \cdot \left(y \cdot c\right)\right)\\ \mathbf{elif}\;y5 \leq 2.1 \cdot 10^{+94}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 45
Accuracy21.6%
Cost1040
\[\begin{array}{l} \mathbf{if}\;y5 \leq -2.5 \cdot 10^{+117}:\\ \;\;\;\;i \cdot \left(j \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y5 \leq -7 \cdot 10^{-195}:\\ \;\;\;\;k \cdot \left(i \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;y5 \leq 2.5 \cdot 10^{+92}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4\right)\\ \mathbf{elif}\;y5 \leq 6 \cdot 10^{+218}:\\ \;\;\;\;a \cdot \left(y \cdot \left(-y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 46
Accuracy21.1%
Cost1040
\[\begin{array}{l} \mathbf{if}\;y5 \leq -1.45 \cdot 10^{+148}:\\ \;\;\;\;i \cdot \left(j \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y5 \leq -5.8 \cdot 10^{-165}:\\ \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j\right)\\ \mathbf{elif}\;y5 \leq 3.7 \cdot 10^{+93}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4\right)\\ \mathbf{elif}\;y5 \leq 4.3 \cdot 10^{+216}:\\ \;\;\;\;a \cdot \left(y \cdot \left(-y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 47
Accuracy22.0%
Cost1040
\[\begin{array}{l} \mathbf{if}\;j \leq -2.4 \cdot 10^{-37}:\\ \;\;\;\;i \cdot \left(y1 \cdot \left(x \cdot j\right)\right)\\ \mathbf{elif}\;j \leq 1.15 \cdot 10^{-279}:\\ \;\;\;\;a \cdot \left(y \cdot \left(-y3 \cdot y5\right)\right)\\ \mathbf{elif}\;j \leq 3.2 \cdot 10^{-145}:\\ \;\;\;\;t \cdot \left(y5 \cdot \left(a \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq 1.35 \cdot 10^{+146}:\\ \;\;\;\;i \cdot \left(k \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(t \cdot \left(b \cdot j\right)\right)\\ \end{array} \]
Alternative 48
Accuracy21.9%
Cost976
\[\begin{array}{l} t_1 := y4 \cdot \left(y \cdot \left(c \cdot y3\right)\right)\\ \mathbf{if}\;c \leq -5.2 \cdot 10^{+153}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;c \leq -1.58 \cdot 10^{+72}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{elif}\;c \leq -2.9 \cdot 10^{-148}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a\right)\right)\\ \mathbf{elif}\;c \leq 1.72 \cdot 10^{+56}:\\ \;\;\;\;y4 \cdot \left(t \cdot \left(b \cdot j\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 49
Accuracy21.8%
Cost976
\[\begin{array}{l} t_1 := y4 \cdot \left(y3 \cdot \left(y \cdot c\right)\right)\\ \mathbf{if}\;c \leq -5 \cdot 10^{+153}:\\ \;\;\;\;t_1\\ \mathbf{elif}\;c \leq -2.25 \cdot 10^{+72}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{elif}\;c \leq -1.48 \cdot 10^{-148}:\\ \;\;\;\;y \cdot \left(b \cdot \left(x \cdot a\right)\right)\\ \mathbf{elif}\;c \leq 40000000000:\\ \;\;\;\;y4 \cdot \left(t \cdot \left(b \cdot j\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 50
Accuracy21.6%
Cost976
\[\begin{array}{l} \mathbf{if}\;y5 \leq -1.5 \cdot 10^{+115}:\\ \;\;\;\;i \cdot \left(t \cdot \left(y5 \cdot \left(-j\right)\right)\right)\\ \mathbf{elif}\;y5 \leq -1.75 \cdot 10^{-197}:\\ \;\;\;\;k \cdot \left(i \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;y5 \leq 3 \cdot 10^{-88}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4\right)\\ \mathbf{elif}\;y5 \leq 5.4 \cdot 10^{+189}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 51
Accuracy21.6%
Cost976
\[\begin{array}{l} \mathbf{if}\;y5 \leq -4.3 \cdot 10^{+117}:\\ \;\;\;\;i \cdot \left(j \cdot \left(t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y5 \leq -4.5 \cdot 10^{-198}:\\ \;\;\;\;k \cdot \left(i \cdot \left(z \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;y5 \leq 1.2 \cdot 10^{-88}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4\right)\\ \mathbf{elif}\;y5 \leq 6.5 \cdot 10^{+190}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 52
Accuracy22.4%
Cost845
\[\begin{array}{l} \mathbf{if}\;y \leq -4.4 \cdot 10^{+255}:\\ \;\;\;\;a \cdot \left(y \cdot \left(x \cdot b\right)\right)\\ \mathbf{elif}\;y \leq -6.6 \cdot 10^{+169} \lor \neg \left(y \leq 8.5 \cdot 10^{+61}\right):\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \end{array} \]
Alternative 53
Accuracy21.9%
Cost844
\[\begin{array}{l} \mathbf{if}\;y5 \leq -1.7 \cdot 10^{-91}:\\ \;\;\;\;a \cdot \left(y2 \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;y5 \leq 1.7 \cdot 10^{-79}:\\ \;\;\;\;c \cdot \left(y4 \cdot \left(y \cdot y3\right)\right)\\ \mathbf{elif}\;y5 \leq 1.3 \cdot 10^{+192}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
Alternative 54
Accuracy20.5%
Cost713
\[\begin{array}{l} \mathbf{if}\;y \leq -6.5 \cdot 10^{+202} \lor \neg \left(y \leq 6.8 \cdot 10^{+61}\right):\\ \;\;\;\;a \cdot \left(y \cdot \left(x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \end{array} \]
Alternative 55
Accuracy21.7%
Cost712
\[\begin{array}{l} \mathbf{if}\;y2 \leq -2.6 \cdot 10^{-19}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{elif}\;y2 \leq 5.1 \cdot 10^{-85}:\\ \;\;\;\;a \cdot \left(y \cdot \left(x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \end{array} \]
Alternative 56
Accuracy17.3%
Cost448
\[a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right) \]

Reproduce?

herbie shell --seed 2023229 
(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)))))