Linear.Matrix:det44 from linear-1.19.1.3

Percentage Accurate: 30.1% → 56.0%
Time: 33.9s
Alternatives: 36
Speedup: 4.8×

Specification

?
\[\begin{array}{l} \\ \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) \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)))))
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)));
}
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
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)));
}
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)))
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 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
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]
\begin{array}{l}

\\
\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)
\end{array}

Sampling outcomes in binary64 precision:

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.

Accuracy vs Speed?

Herbie found 36 alternatives:

AlternativeAccuracySpeedup
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.

Initial Program: 30.1% accurate, 1.0× speedup?

\[\begin{array}{l} \\ \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) \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)))))
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)));
}
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
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)));
}
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)))
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 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
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]
\begin{array}{l}

\\
\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)
\end{array}

Alternative 1: 56.0% accurate, 0.5× speedup?

\[\begin{array}{l} \\ \begin{array}{l} t_1 := y5 \cdot a - y4 \cdot c\\ t_2 := \left(\left(\left(\left(\left(y1 \cdot i - y0 \cdot b\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(t \cdot z - y \cdot x\right) \cdot \left(b \cdot a - i \cdot c\right)\right) - \left(y1 \cdot a - y0 \cdot c\right) \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - \left(y5 \cdot i - y4 \cdot b\right) \cdot \left(j \cdot t - k \cdot y\right)\right) - t\_1 \cdot \left(y3 \cdot y - y2 \cdot t\right)\right) - \left(y5 \cdot y0 - y4 \cdot y1\right) \cdot \left(y2 \cdot k - y3 \cdot j\right)\\ \mathbf{if}\;t\_2 \leq \infty:\\ \;\;\;\;t\_2\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, t\_1 \cdot y\right)\right) \cdot \left(-y3\right)\\ \end{array} \end{array} \]
(FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
 :precision binary64
 (let* ((t_1 (- (* y5 a) (* y4 c)))
        (t_2
         (-
          (-
           (-
            (-
             (-
              (* (- (* y1 i) (* y0 b)) (- (* j x) (* k z)))
              (* (- (* t z) (* y x)) (- (* b a) (* i c))))
             (* (- (* y1 a) (* y0 c)) (- (* y2 x) (* y3 z))))
            (* (- (* y5 i) (* y4 b)) (- (* j t) (* k y))))
           (* t_1 (- (* y3 y) (* y2 t))))
          (* (- (* y5 y0) (* y4 y1)) (- (* y2 k) (* y3 j))))))
   (if (<= t_2 INFINITY)
     t_2
     (*
      (fma (- (* y4 y1) (* y5 y0)) j (fma (- (* y0 c) (* y1 a)) z (* t_1 y)))
      (- y3)))))
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 = (y5 * a) - (y4 * c);
	double t_2 = (((((((y1 * i) - (y0 * b)) * ((j * x) - (k * z))) - (((t * z) - (y * x)) * ((b * a) - (i * c)))) - (((y1 * a) - (y0 * c)) * ((y2 * x) - (y3 * z)))) - (((y5 * i) - (y4 * b)) * ((j * t) - (k * y)))) - (t_1 * ((y3 * y) - (y2 * t)))) - (((y5 * y0) - (y4 * y1)) * ((y2 * k) - (y3 * j)));
	double tmp;
	if (t_2 <= ((double) INFINITY)) {
		tmp = t_2;
	} else {
		tmp = fma(((y4 * y1) - (y5 * y0)), j, fma(((y0 * c) - (y1 * a)), z, (t_1 * y))) * -y3;
	}
	return tmp;
}
function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	t_1 = Float64(Float64(y5 * a) - Float64(y4 * c))
	t_2 = Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(y1 * i) - Float64(y0 * b)) * Float64(Float64(j * x) - Float64(k * z))) - Float64(Float64(Float64(t * z) - Float64(y * x)) * Float64(Float64(b * a) - Float64(i * c)))) - Float64(Float64(Float64(y1 * a) - Float64(y0 * c)) * Float64(Float64(y2 * x) - Float64(y3 * z)))) - Float64(Float64(Float64(y5 * i) - Float64(y4 * b)) * Float64(Float64(j * t) - Float64(k * y)))) - Float64(t_1 * Float64(Float64(y3 * y) - Float64(y2 * t)))) - Float64(Float64(Float64(y5 * y0) - Float64(y4 * y1)) * Float64(Float64(y2 * k) - Float64(y3 * j))))
	tmp = 0.0
	if (t_2 <= Inf)
		tmp = t_2;
	else
		tmp = Float64(fma(Float64(Float64(y4 * y1) - Float64(y5 * y0)), j, fma(Float64(Float64(y0 * c) - Float64(y1 * a)), z, Float64(t_1 * y))) * Float64(-y3));
	end
	return tmp
end
code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(y5 * a), $MachinePrecision] - N[(y4 * c), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(N[(N[(N[(N[(N[(N[(y1 * i), $MachinePrecision] - N[(y0 * b), $MachinePrecision]), $MachinePrecision] * N[(N[(j * x), $MachinePrecision] - N[(k * z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(t * z), $MachinePrecision] - N[(y * x), $MachinePrecision]), $MachinePrecision] * N[(N[(b * a), $MachinePrecision] - N[(i * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(y1 * a), $MachinePrecision] - N[(y0 * c), $MachinePrecision]), $MachinePrecision] * N[(N[(y2 * x), $MachinePrecision] - N[(y3 * z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(y5 * i), $MachinePrecision] - N[(y4 * b), $MachinePrecision]), $MachinePrecision] * N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(t$95$1 * N[(N[(y3 * y), $MachinePrecision] - N[(y2 * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(y5 * y0), $MachinePrecision] - N[(y4 * y1), $MachinePrecision]), $MachinePrecision] * N[(N[(y2 * k), $MachinePrecision] - N[(y3 * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[t$95$2, Infinity], t$95$2, N[(N[(N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision] * j + N[(N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision] * z + N[(t$95$1 * y), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * (-y3)), $MachinePrecision]]]]
\begin{array}{l}

\\
\begin{array}{l}
t_1 := y5 \cdot a - y4 \cdot c\\
t_2 := \left(\left(\left(\left(\left(y1 \cdot i - y0 \cdot b\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(t \cdot z - y \cdot x\right) \cdot \left(b \cdot a - i \cdot c\right)\right) - \left(y1 \cdot a - y0 \cdot c\right) \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - \left(y5 \cdot i - y4 \cdot b\right) \cdot \left(j \cdot t - k \cdot y\right)\right) - t\_1 \cdot \left(y3 \cdot y - y2 \cdot t\right)\right) - \left(y5 \cdot y0 - y4 \cdot y1\right) \cdot \left(y2 \cdot k - y3 \cdot j\right)\\
\mathbf{if}\;t\_2 \leq \infty:\\
\;\;\;\;t\_2\\

\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, t\_1 \cdot y\right)\right) \cdot \left(-y3\right)\\


\end{array}
\end{array}
Derivation
  1. Split input into 2 regimes
  2. if (+.f64 (-.f64 (+.f64 (+.f64 (-.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z t)) (-.f64 (*.f64 a b) (*.f64 c i))) (*.f64 (-.f64 (*.f64 x j) (*.f64 z k)) (-.f64 (*.f64 y0 b) (*.f64 y1 i)))) (*.f64 (-.f64 (*.f64 x y2) (*.f64 z y3)) (-.f64 (*.f64 y0 c) (*.f64 y1 a)))) (*.f64 (-.f64 (*.f64 t j) (*.f64 y k)) (-.f64 (*.f64 y4 b) (*.f64 y5 i)))) (*.f64 (-.f64 (*.f64 t y2) (*.f64 y y3)) (-.f64 (*.f64 y4 c) (*.f64 y5 a)))) (*.f64 (-.f64 (*.f64 k y2) (*.f64 j y3)) (-.f64 (*.f64 y4 y1) (*.f64 y5 y0)))) < +inf.0

    1. Initial program 92.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. Add Preprocessing

    if +inf.0 < (+.f64 (-.f64 (+.f64 (+.f64 (-.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z t)) (-.f64 (*.f64 a b) (*.f64 c i))) (*.f64 (-.f64 (*.f64 x j) (*.f64 z k)) (-.f64 (*.f64 y0 b) (*.f64 y1 i)))) (*.f64 (-.f64 (*.f64 x y2) (*.f64 z y3)) (-.f64 (*.f64 y0 c) (*.f64 y1 a)))) (*.f64 (-.f64 (*.f64 t j) (*.f64 y k)) (-.f64 (*.f64 y4 b) (*.f64 y5 i)))) (*.f64 (-.f64 (*.f64 t y2) (*.f64 y y3)) (-.f64 (*.f64 y4 c) (*.f64 y5 a)))) (*.f64 (-.f64 (*.f64 k y2) (*.f64 j y3)) (-.f64 (*.f64 y4 y1) (*.f64 y5 y0))))

    1. Initial program 0.0%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Add Preprocessing
    3. Taylor expanded in y3 around -inf

      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
    4. Step-by-step derivation
      1. associate-*r*N/A

        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      2. lower-*.f64N/A

        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      3. neg-mul-1N/A

        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      4. lower-neg.f64N/A

        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      5. associate--l+N/A

        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
      6. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
      7. lower-fma.f64N/A

        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      8. lower--.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      9. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      10. lower-*.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      11. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      12. lower-*.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      13. sub-negN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
      14. mul-1-negN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
    5. Applied rewrites43.9%

      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
  3. Recombined 2 regimes into one program.
  4. Final simplification60.6%

    \[\leadsto \begin{array}{l} \mathbf{if}\;\left(\left(\left(\left(\left(y1 \cdot i - y0 \cdot b\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(t \cdot z - y \cdot x\right) \cdot \left(b \cdot a - i \cdot c\right)\right) - \left(y1 \cdot a - y0 \cdot c\right) \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - \left(y5 \cdot i - y4 \cdot b\right) \cdot \left(j \cdot t - k \cdot y\right)\right) - \left(y5 \cdot a - y4 \cdot c\right) \cdot \left(y3 \cdot y - y2 \cdot t\right)\right) - \left(y5 \cdot y0 - y4 \cdot y1\right) \cdot \left(y2 \cdot k - y3 \cdot j\right) \leq \infty:\\ \;\;\;\;\left(\left(\left(\left(\left(y1 \cdot i - y0 \cdot b\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(t \cdot z - y \cdot x\right) \cdot \left(b \cdot a - i \cdot c\right)\right) - \left(y1 \cdot a - y0 \cdot c\right) \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - \left(y5 \cdot i - y4 \cdot b\right) \cdot \left(j \cdot t - k \cdot y\right)\right) - \left(y5 \cdot a - y4 \cdot c\right) \cdot \left(y3 \cdot y - y2 \cdot t\right)\right) - \left(y5 \cdot y0 - y4 \cdot y1\right) \cdot \left(y2 \cdot k - y3 \cdot j\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(y5 \cdot a - y4 \cdot c\right) \cdot y\right)\right) \cdot \left(-y3\right)\\ \end{array} \]
  5. Add Preprocessing

Alternative 2: 49.2% accurate, 0.5× speedup?

\[\begin{array}{l} \\ \begin{array}{l} t_1 := y5 \cdot a - y4 \cdot c\\ \mathbf{if}\;\left(\left(\left(\left(\left(y1 \cdot i - y0 \cdot b\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(t \cdot z - y \cdot x\right) \cdot \left(b \cdot a - i \cdot c\right)\right) - \left(y1 \cdot a - y0 \cdot c\right) \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - \left(y5 \cdot i - y4 \cdot b\right) \cdot \left(j \cdot t - k \cdot y\right)\right) - t\_1 \cdot \left(y3 \cdot y - y2 \cdot t\right)\right) - \left(y5 \cdot y0 - y4 \cdot y1\right) \cdot \left(y2 \cdot k - y3 \cdot j\right) \leq \infty:\\ \;\;\;\;\mathsf{fma}\left(-j, \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot y3, \mathsf{fma}\left(-y3, \mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z, \mathsf{fma}\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right), \mathsf{fma}\left(x, y, \left(-t\right) \cdot z\right), \mathsf{fma}\left(j, t, \left(-k\right) \cdot y\right) \cdot \mathsf{fma}\left(b, y4, \left(-y5\right) \cdot i\right)\right)\right)\right) - \mathsf{fma}\left(-1, \mathsf{fma}\left(c, y4, \left(-y5\right) \cdot a\right) \cdot \left(y3 \cdot y\right), \mathsf{fma}\left(j, x, \left(-k\right) \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, t\_1 \cdot y\right)\right) \cdot \left(-y3\right)\\ \end{array} \end{array} \]
(FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
 :precision binary64
 (let* ((t_1 (- (* y5 a) (* y4 c))))
   (if (<=
        (-
         (-
          (-
           (-
            (-
             (* (- (* y1 i) (* y0 b)) (- (* j x) (* k z)))
             (* (- (* t z) (* y x)) (- (* b a) (* i c))))
            (* (- (* y1 a) (* y0 c)) (- (* y2 x) (* y3 z))))
           (* (- (* y5 i) (* y4 b)) (- (* j t) (* k y))))
          (* t_1 (- (* y3 y) (* y2 t))))
         (* (- (* y5 y0) (* y4 y1)) (- (* y2 k) (* y3 j))))
        INFINITY)
     (-
      (fma
       (- j)
       (* (fma y1 y4 (* (- y5) y0)) y3)
       (fma
        (- y3)
        (* (fma c y0 (* (- y1) a)) z)
        (fma
         (fma a b (* (- c) i))
         (fma x y (* (- t) z))
         (* (fma j t (* (- k) y)) (fma b y4 (* (- y5) i))))))
      (fma
       -1.0
       (* (fma c y4 (* (- y5) a)) (* y3 y))
       (* (fma j x (* (- k) z)) (fma b y0 (* (- y1) i)))))
     (*
      (fma (- (* y4 y1) (* y5 y0)) j (fma (- (* y0 c) (* y1 a)) z (* t_1 y)))
      (- y3)))))
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 = (y5 * a) - (y4 * c);
	double tmp;
	if (((((((((y1 * i) - (y0 * b)) * ((j * x) - (k * z))) - (((t * z) - (y * x)) * ((b * a) - (i * c)))) - (((y1 * a) - (y0 * c)) * ((y2 * x) - (y3 * z)))) - (((y5 * i) - (y4 * b)) * ((j * t) - (k * y)))) - (t_1 * ((y3 * y) - (y2 * t)))) - (((y5 * y0) - (y4 * y1)) * ((y2 * k) - (y3 * j)))) <= ((double) INFINITY)) {
		tmp = fma(-j, (fma(y1, y4, (-y5 * y0)) * y3), fma(-y3, (fma(c, y0, (-y1 * a)) * z), fma(fma(a, b, (-c * i)), fma(x, y, (-t * z)), (fma(j, t, (-k * y)) * fma(b, y4, (-y5 * i)))))) - fma(-1.0, (fma(c, y4, (-y5 * a)) * (y3 * y)), (fma(j, x, (-k * z)) * fma(b, y0, (-y1 * i))));
	} else {
		tmp = fma(((y4 * y1) - (y5 * y0)), j, fma(((y0 * c) - (y1 * a)), z, (t_1 * y))) * -y3;
	}
	return tmp;
}
function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	t_1 = Float64(Float64(y5 * a) - Float64(y4 * c))
	tmp = 0.0
	if (Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(y1 * i) - Float64(y0 * b)) * Float64(Float64(j * x) - Float64(k * z))) - Float64(Float64(Float64(t * z) - Float64(y * x)) * Float64(Float64(b * a) - Float64(i * c)))) - Float64(Float64(Float64(y1 * a) - Float64(y0 * c)) * Float64(Float64(y2 * x) - Float64(y3 * z)))) - Float64(Float64(Float64(y5 * i) - Float64(y4 * b)) * Float64(Float64(j * t) - Float64(k * y)))) - Float64(t_1 * Float64(Float64(y3 * y) - Float64(y2 * t)))) - Float64(Float64(Float64(y5 * y0) - Float64(y4 * y1)) * Float64(Float64(y2 * k) - Float64(y3 * j)))) <= Inf)
		tmp = Float64(fma(Float64(-j), Float64(fma(y1, y4, Float64(Float64(-y5) * y0)) * y3), fma(Float64(-y3), Float64(fma(c, y0, Float64(Float64(-y1) * a)) * z), fma(fma(a, b, Float64(Float64(-c) * i)), fma(x, y, Float64(Float64(-t) * z)), Float64(fma(j, t, Float64(Float64(-k) * y)) * fma(b, y4, Float64(Float64(-y5) * i)))))) - fma(-1.0, Float64(fma(c, y4, Float64(Float64(-y5) * a)) * Float64(y3 * y)), Float64(fma(j, x, Float64(Float64(-k) * z)) * fma(b, y0, Float64(Float64(-y1) * i)))));
	else
		tmp = Float64(fma(Float64(Float64(y4 * y1) - Float64(y5 * y0)), j, fma(Float64(Float64(y0 * c) - Float64(y1 * a)), z, Float64(t_1 * y))) * Float64(-y3));
	end
	return tmp
end
code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(y5 * a), $MachinePrecision] - N[(y4 * c), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[N[(N[(N[(N[(N[(N[(N[(N[(y1 * i), $MachinePrecision] - N[(y0 * b), $MachinePrecision]), $MachinePrecision] * N[(N[(j * x), $MachinePrecision] - N[(k * z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(t * z), $MachinePrecision] - N[(y * x), $MachinePrecision]), $MachinePrecision] * N[(N[(b * a), $MachinePrecision] - N[(i * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(y1 * a), $MachinePrecision] - N[(y0 * c), $MachinePrecision]), $MachinePrecision] * N[(N[(y2 * x), $MachinePrecision] - N[(y3 * z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(y5 * i), $MachinePrecision] - N[(y4 * b), $MachinePrecision]), $MachinePrecision] * N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(t$95$1 * N[(N[(y3 * y), $MachinePrecision] - N[(y2 * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(y5 * y0), $MachinePrecision] - N[(y4 * y1), $MachinePrecision]), $MachinePrecision] * N[(N[(y2 * k), $MachinePrecision] - N[(y3 * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], Infinity], N[(N[((-j) * N[(N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] + N[((-y3) * N[(N[(c * y0 + N[((-y1) * a), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] + N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * N[(x * y + N[((-t) * z), $MachinePrecision]), $MachinePrecision] + N[(N[(j * t + N[((-k) * y), $MachinePrecision]), $MachinePrecision] * N[(b * y4 + N[((-y5) * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(-1.0 * N[(N[(c * y4 + N[((-y5) * a), $MachinePrecision]), $MachinePrecision] * N[(y3 * y), $MachinePrecision]), $MachinePrecision] + N[(N[(j * x + N[((-k) * z), $MachinePrecision]), $MachinePrecision] * N[(b * y0 + N[((-y1) * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision] * j + N[(N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision] * z + N[(t$95$1 * y), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * (-y3)), $MachinePrecision]]]
\begin{array}{l}

\\
\begin{array}{l}
t_1 := y5 \cdot a - y4 \cdot c\\
\mathbf{if}\;\left(\left(\left(\left(\left(y1 \cdot i - y0 \cdot b\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(t \cdot z - y \cdot x\right) \cdot \left(b \cdot a - i \cdot c\right)\right) - \left(y1 \cdot a - y0 \cdot c\right) \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - \left(y5 \cdot i - y4 \cdot b\right) \cdot \left(j \cdot t - k \cdot y\right)\right) - t\_1 \cdot \left(y3 \cdot y - y2 \cdot t\right)\right) - \left(y5 \cdot y0 - y4 \cdot y1\right) \cdot \left(y2 \cdot k - y3 \cdot j\right) \leq \infty:\\
\;\;\;\;\mathsf{fma}\left(-j, \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot y3, \mathsf{fma}\left(-y3, \mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z, \mathsf{fma}\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right), \mathsf{fma}\left(x, y, \left(-t\right) \cdot z\right), \mathsf{fma}\left(j, t, \left(-k\right) \cdot y\right) \cdot \mathsf{fma}\left(b, y4, \left(-y5\right) \cdot i\right)\right)\right)\right) - \mathsf{fma}\left(-1, \mathsf{fma}\left(c, y4, \left(-y5\right) \cdot a\right) \cdot \left(y3 \cdot y\right), \mathsf{fma}\left(j, x, \left(-k\right) \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\right)\\

\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, t\_1 \cdot y\right)\right) \cdot \left(-y3\right)\\


\end{array}
\end{array}
Derivation
  1. Split input into 2 regimes
  2. if (+.f64 (-.f64 (+.f64 (+.f64 (-.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z t)) (-.f64 (*.f64 a b) (*.f64 c i))) (*.f64 (-.f64 (*.f64 x j) (*.f64 z k)) (-.f64 (*.f64 y0 b) (*.f64 y1 i)))) (*.f64 (-.f64 (*.f64 x y2) (*.f64 z y3)) (-.f64 (*.f64 y0 c) (*.f64 y1 a)))) (*.f64 (-.f64 (*.f64 t j) (*.f64 y k)) (-.f64 (*.f64 y4 b) (*.f64 y5 i)))) (*.f64 (-.f64 (*.f64 t y2) (*.f64 y y3)) (-.f64 (*.f64 y4 c) (*.f64 y5 a)))) (*.f64 (-.f64 (*.f64 k y2) (*.f64 j y3)) (-.f64 (*.f64 y4 y1) (*.f64 y5 y0)))) < +inf.0

    1. Initial program 92.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. Add Preprocessing
    3. Taylor expanded in y3 around -inf

      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
    4. Step-by-step derivation
      1. associate-*r*N/A

        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      2. lower-*.f64N/A

        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      3. neg-mul-1N/A

        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      4. lower-neg.f64N/A

        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      5. associate--l+N/A

        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
      6. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
      7. lower-fma.f64N/A

        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      8. lower--.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      9. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      10. lower-*.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      11. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      12. lower-*.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      13. sub-negN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
      14. mul-1-negN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
    5. Applied rewrites49.3%

      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
    6. Taylor expanded in y2 around 0

      \[\leadsto \color{blue}{\left(-1 \cdot \left(j \cdot \left(y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\right) + \left(-1 \cdot \left(y3 \cdot \left(z \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\right) + \left(\left(a \cdot b - c \cdot i\right) \cdot \left(x \cdot y - t \cdot z\right) + \left(b \cdot y4 - i \cdot y5\right) \cdot \left(j \cdot t - k \cdot y\right)\right)\right)\right) - \left(-1 \cdot \left(y \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) + \left(b \cdot y0 - i \cdot y1\right) \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
    7. Applied rewrites78.0%

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

    if +inf.0 < (+.f64 (-.f64 (+.f64 (+.f64 (-.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z t)) (-.f64 (*.f64 a b) (*.f64 c i))) (*.f64 (-.f64 (*.f64 x j) (*.f64 z k)) (-.f64 (*.f64 y0 b) (*.f64 y1 i)))) (*.f64 (-.f64 (*.f64 x y2) (*.f64 z y3)) (-.f64 (*.f64 y0 c) (*.f64 y1 a)))) (*.f64 (-.f64 (*.f64 t j) (*.f64 y k)) (-.f64 (*.f64 y4 b) (*.f64 y5 i)))) (*.f64 (-.f64 (*.f64 t y2) (*.f64 y y3)) (-.f64 (*.f64 y4 c) (*.f64 y5 a)))) (*.f64 (-.f64 (*.f64 k y2) (*.f64 j y3)) (-.f64 (*.f64 y4 y1) (*.f64 y5 y0))))

    1. Initial program 0.0%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Add Preprocessing
    3. Taylor expanded in y3 around -inf

      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
    4. Step-by-step derivation
      1. associate-*r*N/A

        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      2. lower-*.f64N/A

        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      3. neg-mul-1N/A

        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      4. lower-neg.f64N/A

        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      5. associate--l+N/A

        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
      6. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
      7. lower-fma.f64N/A

        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      8. lower--.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      9. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      10. lower-*.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      11. *-commutativeN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      12. lower-*.f64N/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
      13. sub-negN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
      14. mul-1-negN/A

        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
    5. Applied rewrites43.9%

      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
  3. Recombined 2 regimes into one program.
  4. Final simplification55.6%

    \[\leadsto \begin{array}{l} \mathbf{if}\;\left(\left(\left(\left(\left(y1 \cdot i - y0 \cdot b\right) \cdot \left(j \cdot x - k \cdot z\right) - \left(t \cdot z - y \cdot x\right) \cdot \left(b \cdot a - i \cdot c\right)\right) - \left(y1 \cdot a - y0 \cdot c\right) \cdot \left(y2 \cdot x - y3 \cdot z\right)\right) - \left(y5 \cdot i - y4 \cdot b\right) \cdot \left(j \cdot t - k \cdot y\right)\right) - \left(y5 \cdot a - y4 \cdot c\right) \cdot \left(y3 \cdot y - y2 \cdot t\right)\right) - \left(y5 \cdot y0 - y4 \cdot y1\right) \cdot \left(y2 \cdot k - y3 \cdot j\right) \leq \infty:\\ \;\;\;\;\mathsf{fma}\left(-j, \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot y3, \mathsf{fma}\left(-y3, \mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z, \mathsf{fma}\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right), \mathsf{fma}\left(x, y, \left(-t\right) \cdot z\right), \mathsf{fma}\left(j, t, \left(-k\right) \cdot y\right) \cdot \mathsf{fma}\left(b, y4, \left(-y5\right) \cdot i\right)\right)\right)\right) - \mathsf{fma}\left(-1, \mathsf{fma}\left(c, y4, \left(-y5\right) \cdot a\right) \cdot \left(y3 \cdot y\right), \mathsf{fma}\left(j, x, \left(-k\right) \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(y5 \cdot a - y4 \cdot c\right) \cdot y\right)\right) \cdot \left(-y3\right)\\ \end{array} \]
  5. Add Preprocessing

Alternative 3: 38.6% accurate, 1.9× speedup?

\[\begin{array}{l} \\ \begin{array}{l} t_1 := k \cdot z - j \cdot x\\ t_2 := y \cdot x - t \cdot z\\ t_3 := j \cdot t - k \cdot y\\ t_4 := \mathsf{fma}\left(t\_2, a, \mathsf{fma}\left(t\_3, y4, t\_1 \cdot y0\right)\right) \cdot b\\ t_5 := \mathsf{fma}\left(t\_3, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{if}\;y \leq -3.4 \cdot 10^{+222}:\\ \;\;\;\;t\_4\\ \mathbf{elif}\;y \leq -2.05 \cdot 10^{+184}:\\ \;\;\;\;t\_5\\ \mathbf{elif}\;y \leq -6.6 \cdot 10^{+139}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(y5 \cdot a - y4 \cdot c\right) \cdot t\right)\right) \cdot y2\\ \mathbf{elif}\;y \leq -5 \cdot 10^{+74}:\\ \;\;\;\;\mathsf{fma}\left(c, y4, \left(-y5\right) \cdot a\right) \cdot \left(y3 \cdot y\right)\\ \mathbf{elif}\;y \leq -2.4 \cdot 10^{-150}:\\ \;\;\;\;t\_4\\ \mathbf{elif}\;y \leq 10^{-178}:\\ \;\;\;\;t\_5\\ \mathbf{elif}\;y \leq 5.8 \cdot 10^{+144}:\\ \;\;\;\;\mathsf{fma}\left(t\_2, c, \mathsf{fma}\left(t\_3, y5, t\_1 \cdot y1\right)\right) \cdot \left(-i\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \end{array} \end{array} \]
(FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
 :precision binary64
 (let* ((t_1 (- (* k z) (* j x)))
        (t_2 (- (* y x) (* t z)))
        (t_3 (- (* j t) (* k y)))
        (t_4 (* (fma t_2 a (fma t_3 y4 (* t_1 y0))) b))
        (t_5 (* (fma t_3 i (* (fma k y2 (* (- j) y3)) y0)) (- y5))))
   (if (<= y -3.4e+222)
     t_4
     (if (<= y -2.05e+184)
       t_5
       (if (<= y -6.6e+139)
         (*
          (fma
           (- (* y4 y1) (* y5 y0))
           k
           (fma (- (* y0 c) (* y1 a)) x (* (- (* y5 a) (* y4 c)) t)))
          y2)
         (if (<= y -5e+74)
           (* (fma c y4 (* (- y5) a)) (* y3 y))
           (if (<= y -2.4e-150)
             t_4
             (if (<= y 1e-178)
               t_5
               (if (<= y 5.8e+144)
                 (* (fma t_2 c (fma t_3 y5 (* t_1 y1))) (- i))
                 (* (fma a b (* (- c) i)) (* y x)))))))))))
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 = (k * z) - (j * x);
	double t_2 = (y * x) - (t * z);
	double t_3 = (j * t) - (k * y);
	double t_4 = fma(t_2, a, fma(t_3, y4, (t_1 * y0))) * b;
	double t_5 = fma(t_3, i, (fma(k, y2, (-j * y3)) * y0)) * -y5;
	double tmp;
	if (y <= -3.4e+222) {
		tmp = t_4;
	} else if (y <= -2.05e+184) {
		tmp = t_5;
	} else if (y <= -6.6e+139) {
		tmp = fma(((y4 * y1) - (y5 * y0)), k, fma(((y0 * c) - (y1 * a)), x, (((y5 * a) - (y4 * c)) * t))) * y2;
	} else if (y <= -5e+74) {
		tmp = fma(c, y4, (-y5 * a)) * (y3 * y);
	} else if (y <= -2.4e-150) {
		tmp = t_4;
	} else if (y <= 1e-178) {
		tmp = t_5;
	} else if (y <= 5.8e+144) {
		tmp = fma(t_2, c, fma(t_3, y5, (t_1 * y1))) * -i;
	} else {
		tmp = fma(a, b, (-c * i)) * (y * x);
	}
	return tmp;
}
function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	t_1 = Float64(Float64(k * z) - Float64(j * x))
	t_2 = Float64(Float64(y * x) - Float64(t * z))
	t_3 = Float64(Float64(j * t) - Float64(k * y))
	t_4 = Float64(fma(t_2, a, fma(t_3, y4, Float64(t_1 * y0))) * b)
	t_5 = Float64(fma(t_3, i, Float64(fma(k, y2, Float64(Float64(-j) * y3)) * y0)) * Float64(-y5))
	tmp = 0.0
	if (y <= -3.4e+222)
		tmp = t_4;
	elseif (y <= -2.05e+184)
		tmp = t_5;
	elseif (y <= -6.6e+139)
		tmp = Float64(fma(Float64(Float64(y4 * y1) - Float64(y5 * y0)), k, fma(Float64(Float64(y0 * c) - Float64(y1 * a)), x, Float64(Float64(Float64(y5 * a) - Float64(y4 * c)) * t))) * y2);
	elseif (y <= -5e+74)
		tmp = Float64(fma(c, y4, Float64(Float64(-y5) * a)) * Float64(y3 * y));
	elseif (y <= -2.4e-150)
		tmp = t_4;
	elseif (y <= 1e-178)
		tmp = t_5;
	elseif (y <= 5.8e+144)
		tmp = Float64(fma(t_2, c, fma(t_3, y5, Float64(t_1 * y1))) * Float64(-i));
	else
		tmp = Float64(fma(a, b, Float64(Float64(-c) * i)) * Float64(y * x));
	end
	return tmp
end
code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(k * z), $MachinePrecision] - N[(j * x), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(y * x), $MachinePrecision] - N[(t * z), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(t$95$2 * a + N[(t$95$3 * y4 + N[(t$95$1 * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * b), $MachinePrecision]}, Block[{t$95$5 = N[(N[(t$95$3 * i + N[(N[(k * y2 + N[((-j) * y3), $MachinePrecision]), $MachinePrecision] * y0), $MachinePrecision]), $MachinePrecision] * (-y5)), $MachinePrecision]}, If[LessEqual[y, -3.4e+222], t$95$4, If[LessEqual[y, -2.05e+184], t$95$5, If[LessEqual[y, -6.6e+139], N[(N[(N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision] * k + N[(N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision] * x + N[(N[(N[(y5 * a), $MachinePrecision] - N[(y4 * c), $MachinePrecision]), $MachinePrecision] * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision], If[LessEqual[y, -5e+74], N[(N[(c * y4 + N[((-y5) * a), $MachinePrecision]), $MachinePrecision] * N[(y3 * y), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, -2.4e-150], t$95$4, If[LessEqual[y, 1e-178], t$95$5, If[LessEqual[y, 5.8e+144], N[(N[(t$95$2 * c + N[(t$95$3 * y5 + N[(t$95$1 * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * (-i)), $MachinePrecision], N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * N[(y * x), $MachinePrecision]), $MachinePrecision]]]]]]]]]]]]]
\begin{array}{l}

\\
\begin{array}{l}
t_1 := k \cdot z - j \cdot x\\
t_2 := y \cdot x - t \cdot z\\
t_3 := j \cdot t - k \cdot y\\
t_4 := \mathsf{fma}\left(t\_2, a, \mathsf{fma}\left(t\_3, y4, t\_1 \cdot y0\right)\right) \cdot b\\
t_5 := \mathsf{fma}\left(t\_3, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\
\mathbf{if}\;y \leq -3.4 \cdot 10^{+222}:\\
\;\;\;\;t\_4\\

\mathbf{elif}\;y \leq -2.05 \cdot 10^{+184}:\\
\;\;\;\;t\_5\\

\mathbf{elif}\;y \leq -6.6 \cdot 10^{+139}:\\
\;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(y5 \cdot a - y4 \cdot c\right) \cdot t\right)\right) \cdot y2\\

\mathbf{elif}\;y \leq -5 \cdot 10^{+74}:\\
\;\;\;\;\mathsf{fma}\left(c, y4, \left(-y5\right) \cdot a\right) \cdot \left(y3 \cdot y\right)\\

\mathbf{elif}\;y \leq -2.4 \cdot 10^{-150}:\\
\;\;\;\;t\_4\\

\mathbf{elif}\;y \leq 10^{-178}:\\
\;\;\;\;t\_5\\

\mathbf{elif}\;y \leq 5.8 \cdot 10^{+144}:\\
\;\;\;\;\mathsf{fma}\left(t\_2, c, \mathsf{fma}\left(t\_3, y5, t\_1 \cdot y1\right)\right) \cdot \left(-i\right)\\

\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\


\end{array}
\end{array}
Derivation
  1. Split input into 6 regimes
  2. if y < -3.40000000000000016e222 or -4.99999999999999963e74 < y < -2.4e-150

    1. Initial program 33.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. Add Preprocessing
    3. Taylor expanded in b around inf

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

        \[\leadsto \color{blue}{\left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot b} \]
      2. lower-*.f64N/A

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

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

    if -3.40000000000000016e222 < y < -2.0499999999999998e184 or -2.4e-150 < y < 9.9999999999999995e-179

    1. Initial program 36.7%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Add Preprocessing
    3. Taylor expanded in y5 around -inf

      \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
    4. Step-by-step derivation
      1. associate-*r*N/A

        \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
      2. lower-*.f64N/A

        \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
      3. neg-mul-1N/A

        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
      4. lower-neg.f64N/A

        \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
      5. associate--l+N/A

        \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
      6. *-commutativeN/A

        \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
      7. lower-fma.f64N/A

        \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
      8. lower--.f64N/A

        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
      9. lower-*.f64N/A

        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
      10. lower-*.f64N/A

        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
      11. sub-negN/A

        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
      12. *-commutativeN/A

        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
      13. mul-1-negN/A

        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
      14. lower-fma.f64N/A

        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
    5. Applied rewrites53.2%

      \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
    6. Taylor expanded in a around 0

      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) \]
    7. Step-by-step derivation
      1. Applied rewrites55.3%

        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right)\right) \]

      if -2.0499999999999998e184 < y < -6.6000000000000003e139

      1. Initial program 16.7%

        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
      2. Add Preprocessing
      3. Taylor expanded in y2 around inf

        \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      4. Step-by-step derivation
        1. *-commutativeN/A

          \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
        2. lower-*.f64N/A

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

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

      if -6.6000000000000003e139 < y < -4.99999999999999963e74

      1. Initial program 27.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. Add Preprocessing
      3. Taylor expanded in y3 around -inf

        \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
      4. Step-by-step derivation
        1. associate-*r*N/A

          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
        2. lower-*.f64N/A

          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
        3. neg-mul-1N/A

          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
        4. lower-neg.f64N/A

          \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
        5. associate--l+N/A

          \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
        6. *-commutativeN/A

          \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        7. lower-fma.f64N/A

          \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
        8. lower--.f64N/A

          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
        9. *-commutativeN/A

          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
        10. lower-*.f64N/A

          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
        11. *-commutativeN/A

          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
        12. lower-*.f64N/A

          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
        13. sub-negN/A

          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
        14. mul-1-negN/A

          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
      5. Applied rewrites82.1%

        \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
      6. Taylor expanded in y around inf

        \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
      7. Step-by-step derivation
        1. Applied rewrites74.0%

          \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]

        if 9.9999999999999995e-179 < y < 5.79999999999999996e144

        1. Initial program 25.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. Add Preprocessing
        3. Taylor expanded in i around -inf

          \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
        4. Step-by-step derivation
          1. associate-*r*N/A

            \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
          2. lower-*.f64N/A

            \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
          3. neg-mul-1N/A

            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
          4. lower-neg.f64N/A

            \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
          5. associate--l+N/A

            \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
          6. *-commutativeN/A

            \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
          7. lower-fma.f64N/A

            \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
          8. lower--.f64N/A

            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
          9. *-commutativeN/A

            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
          10. lower-*.f64N/A

            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
          11. lower-*.f64N/A

            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
          12. sub-negN/A

            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
          13. *-commutativeN/A

            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
          14. lower-fma.f64N/A

            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
        5. Applied rewrites57.9%

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

        if 5.79999999999999996e144 < y

        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. Add Preprocessing
        3. Taylor expanded in x around inf

          \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
        4. Step-by-step derivation
          1. *-commutativeN/A

            \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
          2. lower-*.f64N/A

            \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
        5. Applied rewrites48.2%

          \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
        6. Taylor expanded in y around inf

          \[\leadsto x \cdot \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right)\right)} \]
        7. Step-by-step derivation
          1. Applied rewrites71.8%

            \[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)} \]
        8. Recombined 6 regimes into one program.
        9. Final simplification59.5%

          \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -3.4 \cdot 10^{+222}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\ \mathbf{elif}\;y \leq -2.05 \cdot 10^{+184}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;y \leq -6.6 \cdot 10^{+139}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(y5 \cdot a - y4 \cdot c\right) \cdot t\right)\right) \cdot y2\\ \mathbf{elif}\;y \leq -5 \cdot 10^{+74}:\\ \;\;\;\;\mathsf{fma}\left(c, y4, \left(-y5\right) \cdot a\right) \cdot \left(y3 \cdot y\right)\\ \mathbf{elif}\;y \leq -2.4 \cdot 10^{-150}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\ \mathbf{elif}\;y \leq 10^{-178}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;y \leq 5.8 \cdot 10^{+144}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, c, \mathsf{fma}\left(j \cdot t - k \cdot y, y5, \left(k \cdot z - j \cdot x\right) \cdot y1\right)\right) \cdot \left(-i\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \end{array} \]
        10. Add Preprocessing

        Alternative 4: 39.0% accurate, 2.2× speedup?

        \[\begin{array}{l} \\ \begin{array}{l} t_1 := j \cdot t - k \cdot y\\ \mathbf{if}\;k \leq -1.05 \cdot 10^{+218}:\\ \;\;\;\;\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot \left(y2 \cdot k\right)\\ \mathbf{elif}\;k \leq -4.1 \cdot 10^{+74}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;k \leq -2.35 \cdot 10^{-52}:\\ \;\;\;\;\mathsf{fma}\left(t\_1, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;k \leq 2.4 \cdot 10^{-164}:\\ \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\ \mathbf{elif}\;k \leq 8 \cdot 10^{+159}:\\ \;\;\;\;\mathsf{fma}\left(t\_1, b, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y1, \left(y3 \cdot y - y2 \cdot t\right) \cdot c\right)\right) \cdot y4\\ \mathbf{elif}\;k \leq 6.8 \cdot 10^{+245}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-y, y5, y1 \cdot z\right) \cdot k\right) \cdot \left(-i\right)\\ \end{array} \end{array} \]
        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
         :precision binary64
         (let* ((t_1 (- (* j t) (* k y))))
           (if (<= k -1.05e+218)
             (* (fma y1 y4 (* (- y5) y0)) (* y2 k))
             (if (<= k -4.1e+74)
               (* (* (fma (- a) x (* y4 k)) y2) y1)
               (if (<= k -2.35e-52)
                 (* (fma t_1 i (* (fma k y2 (* (- j) y3)) y0)) (- y5))
                 (if (<= k 2.4e-164)
                   (*
                    (fma
                     (- (* b a) (* i c))
                     y
                     (fma (- (* y0 c) (* y1 a)) y2 (* (- (* y1 i) (* y0 b)) j)))
                    x)
                   (if (<= k 8e+159)
                     (*
                      (fma
                       t_1
                       b
                       (fma (- (* y2 k) (* y3 j)) y1 (* (- (* y3 y) (* y2 t)) c)))
                      y4)
                     (if (<= k 6.8e+245)
                       (* (* (fma (- c) y3 (* k b)) z) y0)
                       (* (* (fma (- y) y5 (* y1 z)) k) (- i))))))))))
        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 = (j * t) - (k * y);
        	double tmp;
        	if (k <= -1.05e+218) {
        		tmp = fma(y1, y4, (-y5 * y0)) * (y2 * k);
        	} else if (k <= -4.1e+74) {
        		tmp = (fma(-a, x, (y4 * k)) * y2) * y1;
        	} else if (k <= -2.35e-52) {
        		tmp = fma(t_1, i, (fma(k, y2, (-j * y3)) * y0)) * -y5;
        	} else if (k <= 2.4e-164) {
        		tmp = fma(((b * a) - (i * c)), y, fma(((y0 * c) - (y1 * a)), y2, (((y1 * i) - (y0 * b)) * j))) * x;
        	} else if (k <= 8e+159) {
        		tmp = fma(t_1, b, fma(((y2 * k) - (y3 * j)), y1, (((y3 * y) - (y2 * t)) * c))) * y4;
        	} else if (k <= 6.8e+245) {
        		tmp = (fma(-c, y3, (k * b)) * z) * y0;
        	} else {
        		tmp = (fma(-y, y5, (y1 * z)) * k) * -i;
        	}
        	return tmp;
        }
        
        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
        	t_1 = Float64(Float64(j * t) - Float64(k * y))
        	tmp = 0.0
        	if (k <= -1.05e+218)
        		tmp = Float64(fma(y1, y4, Float64(Float64(-y5) * y0)) * Float64(y2 * k));
        	elseif (k <= -4.1e+74)
        		tmp = Float64(Float64(fma(Float64(-a), x, Float64(y4 * k)) * y2) * y1);
        	elseif (k <= -2.35e-52)
        		tmp = Float64(fma(t_1, i, Float64(fma(k, y2, Float64(Float64(-j) * y3)) * y0)) * Float64(-y5));
        	elseif (k <= 2.4e-164)
        		tmp = Float64(fma(Float64(Float64(b * a) - Float64(i * c)), y, fma(Float64(Float64(y0 * c) - Float64(y1 * a)), y2, Float64(Float64(Float64(y1 * i) - Float64(y0 * b)) * j))) * x);
        	elseif (k <= 8e+159)
        		tmp = Float64(fma(t_1, b, fma(Float64(Float64(y2 * k) - Float64(y3 * j)), y1, Float64(Float64(Float64(y3 * y) - Float64(y2 * t)) * c))) * y4);
        	elseif (k <= 6.8e+245)
        		tmp = Float64(Float64(fma(Float64(-c), y3, Float64(k * b)) * z) * y0);
        	else
        		tmp = Float64(Float64(fma(Float64(-y), y5, Float64(y1 * z)) * k) * Float64(-i));
        	end
        	return tmp
        end
        
        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[k, -1.05e+218], N[(N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision] * N[(y2 * k), $MachinePrecision]), $MachinePrecision], If[LessEqual[k, -4.1e+74], N[(N[(N[((-a) * x + N[(y4 * k), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision] * y1), $MachinePrecision], If[LessEqual[k, -2.35e-52], N[(N[(t$95$1 * i + N[(N[(k * y2 + N[((-j) * y3), $MachinePrecision]), $MachinePrecision] * y0), $MachinePrecision]), $MachinePrecision] * (-y5)), $MachinePrecision], If[LessEqual[k, 2.4e-164], N[(N[(N[(N[(b * a), $MachinePrecision] - N[(i * c), $MachinePrecision]), $MachinePrecision] * y + N[(N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision] * y2 + N[(N[(N[(y1 * i), $MachinePrecision] - N[(y0 * b), $MachinePrecision]), $MachinePrecision] * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[k, 8e+159], N[(N[(t$95$1 * b + N[(N[(N[(y2 * k), $MachinePrecision] - N[(y3 * j), $MachinePrecision]), $MachinePrecision] * y1 + N[(N[(N[(y3 * y), $MachinePrecision] - N[(y2 * t), $MachinePrecision]), $MachinePrecision] * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * y4), $MachinePrecision], If[LessEqual[k, 6.8e+245], N[(N[(N[((-c) * y3 + N[(k * b), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * y0), $MachinePrecision], N[(N[(N[((-y) * y5 + N[(y1 * z), $MachinePrecision]), $MachinePrecision] * k), $MachinePrecision] * (-i)), $MachinePrecision]]]]]]]]
        
        \begin{array}{l}
        
        \\
        \begin{array}{l}
        t_1 := j \cdot t - k \cdot y\\
        \mathbf{if}\;k \leq -1.05 \cdot 10^{+218}:\\
        \;\;\;\;\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot \left(y2 \cdot k\right)\\
        
        \mathbf{elif}\;k \leq -4.1 \cdot 10^{+74}:\\
        \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\
        
        \mathbf{elif}\;k \leq -2.35 \cdot 10^{-52}:\\
        \;\;\;\;\mathsf{fma}\left(t\_1, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\
        
        \mathbf{elif}\;k \leq 2.4 \cdot 10^{-164}:\\
        \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\
        
        \mathbf{elif}\;k \leq 8 \cdot 10^{+159}:\\
        \;\;\;\;\mathsf{fma}\left(t\_1, b, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y1, \left(y3 \cdot y - y2 \cdot t\right) \cdot c\right)\right) \cdot y4\\
        
        \mathbf{elif}\;k \leq 6.8 \cdot 10^{+245}:\\
        \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\
        
        \mathbf{else}:\\
        \;\;\;\;\left(\mathsf{fma}\left(-y, y5, y1 \cdot z\right) \cdot k\right) \cdot \left(-i\right)\\
        
        
        \end{array}
        \end{array}
        
        Derivation
        1. Split input into 7 regimes
        2. if k < -1.0499999999999999e218

          1. Initial program 6.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. Add Preprocessing
          3. Taylor expanded in y2 around inf

            \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
          4. Step-by-step derivation
            1. *-commutativeN/A

              \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
            2. lower-*.f64N/A

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

            \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
          6. Taylor expanded in k around inf

            \[\leadsto k \cdot \color{blue}{\left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
          7. Step-by-step derivation
            1. Applied rewrites75.0%

              \[\leadsto \left(k \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)} \]

            if -1.0499999999999999e218 < k < -4.1e74

            1. Initial program 23.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. Add Preprocessing
            3. Taylor expanded in y2 around inf

              \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
            4. Step-by-step derivation
              1. *-commutativeN/A

                \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
              2. lower-*.f64N/A

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

              \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
            6. Taylor expanded in k around inf

              \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
            7. Step-by-step derivation
              1. Applied rewrites20.8%

                \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
              2. Taylor expanded in y5 around -inf

                \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
              3. Step-by-step derivation
                1. Applied rewrites24.2%

                  \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                2. Taylor expanded in y1 around inf

                  \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(a \cdot x\right) + k \cdot y4\right)\right)} \]
                3. Step-by-step derivation
                  1. Applied rewrites43.7%

                    \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \mathsf{fma}\left(-a, x, k \cdot y4\right)\right)} \]

                  if -4.1e74 < k < -2.3499999999999999e-52

                  1. Initial program 43.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. Add Preprocessing
                  3. Taylor expanded in y5 around -inf

                    \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                  4. Step-by-step derivation
                    1. associate-*r*N/A

                      \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                    2. lower-*.f64N/A

                      \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                    3. neg-mul-1N/A

                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                    4. lower-neg.f64N/A

                      \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                    5. associate--l+N/A

                      \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                    6. *-commutativeN/A

                      \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                    7. lower-fma.f64N/A

                      \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                    8. lower--.f64N/A

                      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                    9. lower-*.f64N/A

                      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                    10. lower-*.f64N/A

                      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                    11. sub-negN/A

                      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                    12. *-commutativeN/A

                      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                    13. mul-1-negN/A

                      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                    14. lower-fma.f64N/A

                      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                  5. Applied rewrites60.6%

                    \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                  6. Taylor expanded in a around 0

                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) \]
                  7. Step-by-step derivation
                    1. Applied rewrites64.6%

                      \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right)\right) \]

                    if -2.3499999999999999e-52 < k < 2.39999999999999983e-164

                    1. Initial program 37.5%

                      \[\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. Add Preprocessing
                    3. Taylor expanded in x around inf

                      \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                    4. Step-by-step derivation
                      1. *-commutativeN/A

                        \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                      2. lower-*.f64N/A

                        \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                    5. Applied rewrites51.3%

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

                    if 2.39999999999999983e-164 < k < 7.9999999999999994e159

                    1. Initial program 32.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. Add Preprocessing
                    3. Taylor expanded in y4 around inf

                      \[\leadsto \color{blue}{y4 \cdot \left(\left(b \cdot \left(j \cdot t - k \cdot y\right) + y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - c \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                    4. Step-by-step derivation
                      1. *-commutativeN/A

                        \[\leadsto \color{blue}{\left(\left(b \cdot \left(j \cdot t - k \cdot y\right) + y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - c \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y4} \]
                      2. lower-*.f64N/A

                        \[\leadsto \color{blue}{\left(\left(b \cdot \left(j \cdot t - k \cdot y\right) + y1 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - c \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y4} \]
                    5. Applied rewrites47.6%

                      \[\leadsto \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, b, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y1, \left(-c\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right) \cdot y4} \]

                    if 7.9999999999999994e159 < k < 6.79999999999999996e245

                    1. Initial program 26.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. Add Preprocessing
                    3. Taylor expanded in z around -inf

                      \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                    4. Step-by-step derivation
                      1. associate-*r*N/A

                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                      2. lower-*.f64N/A

                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                      3. neg-mul-1N/A

                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                      4. lower-neg.f64N/A

                        \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                      5. associate--l+N/A

                        \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                      6. *-commutativeN/A

                        \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                      7. lower-fma.f64N/A

                        \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                      8. lower--.f64N/A

                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                      9. *-commutativeN/A

                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                      10. lower-*.f64N/A

                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                      11. *-commutativeN/A

                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                      12. lower-*.f64N/A

                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                      13. sub-negN/A

                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                      14. *-commutativeN/A

                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                      15. lower-fma.f64N/A

                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                    5. Applied rewrites68.6%

                      \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                    6. Taylor expanded in t around inf

                      \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                    7. Step-by-step derivation
                      1. Applied rewrites33.4%

                        \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                      2. Taylor expanded in y0 around -inf

                        \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(c \cdot y3\right) + b \cdot k\right)\right)} \]
                      3. Step-by-step derivation
                        1. Applied rewrites74.0%

                          \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \mathsf{fma}\left(-c, y3, b \cdot k\right)\right)} \]

                        if 6.79999999999999996e245 < k

                        1. Initial program 27.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. Add Preprocessing
                        3. Taylor expanded in i around -inf

                          \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                        4. Step-by-step derivation
                          1. associate-*r*N/A

                            \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                          2. lower-*.f64N/A

                            \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                          3. neg-mul-1N/A

                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                          4. lower-neg.f64N/A

                            \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                          5. associate--l+N/A

                            \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                          6. *-commutativeN/A

                            \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                          7. lower-fma.f64N/A

                            \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                          8. lower--.f64N/A

                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                          9. *-commutativeN/A

                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                          10. lower-*.f64N/A

                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                          11. lower-*.f64N/A

                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                          12. sub-negN/A

                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                          13. *-commutativeN/A

                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                          14. lower-fma.f64N/A

                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                        5. Applied rewrites40.6%

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

                          \[\leadsto \left(-i\right) \cdot \left(k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot y5\right) + y1 \cdot z\right)}\right) \]
                        7. Step-by-step derivation
                          1. Applied rewrites80.2%

                            \[\leadsto \left(-i\right) \cdot \left(k \cdot \color{blue}{\mathsf{fma}\left(-y, y5, y1 \cdot z\right)}\right) \]
                        8. Recombined 7 regimes into one program.
                        9. Final simplification55.7%

                          \[\leadsto \begin{array}{l} \mathbf{if}\;k \leq -1.05 \cdot 10^{+218}:\\ \;\;\;\;\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot \left(y2 \cdot k\right)\\ \mathbf{elif}\;k \leq -4.1 \cdot 10^{+74}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;k \leq -2.35 \cdot 10^{-52}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;k \leq 2.4 \cdot 10^{-164}:\\ \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\ \mathbf{elif}\;k \leq 8 \cdot 10^{+159}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, b, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y1, \left(y3 \cdot y - y2 \cdot t\right) \cdot c\right)\right) \cdot y4\\ \mathbf{elif}\;k \leq 6.8 \cdot 10^{+245}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-y, y5, y1 \cdot z\right) \cdot k\right) \cdot \left(-i\right)\\ \end{array} \]
                        10. Add Preprocessing

                        Alternative 5: 41.1% accurate, 2.3× speedup?

                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := y3 \cdot y - y2 \cdot t\\ t_2 := y2 \cdot x - y3 \cdot z\\ t_3 := y \cdot x - t \cdot z\\ \mathbf{if}\;c \leq -1.25 \cdot 10^{+250}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{elif}\;c \leq -1.9 \cdot 10^{+53}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;c \leq 5.2 \cdot 10^{-210}:\\ \;\;\;\;\left(\mathsf{fma}\left(-y1, t\_2, t\_3 \cdot b\right) - t\_1 \cdot y5\right) \cdot a\\ \mathbf{elif}\;c \leq 2.2 \cdot 10^{+88}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(y5 \cdot a - y4 \cdot c\right) \cdot y\right)\right) \cdot \left(-y3\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(-i, t\_3, \mathsf{fma}\left(t\_2, y0, t\_1 \cdot y4\right)\right) \cdot c\\ \end{array} \end{array} \]
                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                         :precision binary64
                         (let* ((t_1 (- (* y3 y) (* y2 t)))
                                (t_2 (- (* y2 x) (* y3 z)))
                                (t_3 (- (* y x) (* t z))))
                           (if (<= c -1.25e+250)
                             (* (* (fma (- c) y3 (* k b)) z) y0)
                             (if (<= c -1.9e+53)
                               (* (fma (- (* j t) (* k y)) i (* (fma k y2 (* (- j) y3)) y0)) (- y5))
                               (if (<= c 5.2e-210)
                                 (* (- (fma (- y1) t_2 (* t_3 b)) (* t_1 y5)) a)
                                 (if (<= c 2.2e+88)
                                   (*
                                    (fma
                                     (- (* y4 y1) (* y5 y0))
                                     j
                                     (fma (- (* y0 c) (* y1 a)) z (* (- (* y5 a) (* y4 c)) y)))
                                    (- y3))
                                   (* (fma (- i) t_3 (fma t_2 y0 (* t_1 y4))) c)))))))
                        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 = (y3 * y) - (y2 * t);
                        	double t_2 = (y2 * x) - (y3 * z);
                        	double t_3 = (y * x) - (t * z);
                        	double tmp;
                        	if (c <= -1.25e+250) {
                        		tmp = (fma(-c, y3, (k * b)) * z) * y0;
                        	} else if (c <= -1.9e+53) {
                        		tmp = fma(((j * t) - (k * y)), i, (fma(k, y2, (-j * y3)) * y0)) * -y5;
                        	} else if (c <= 5.2e-210) {
                        		tmp = (fma(-y1, t_2, (t_3 * b)) - (t_1 * y5)) * a;
                        	} else if (c <= 2.2e+88) {
                        		tmp = fma(((y4 * y1) - (y5 * y0)), j, fma(((y0 * c) - (y1 * a)), z, (((y5 * a) - (y4 * c)) * y))) * -y3;
                        	} else {
                        		tmp = fma(-i, t_3, fma(t_2, y0, (t_1 * y4))) * c;
                        	}
                        	return tmp;
                        }
                        
                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                        	t_1 = Float64(Float64(y3 * y) - Float64(y2 * t))
                        	t_2 = Float64(Float64(y2 * x) - Float64(y3 * z))
                        	t_3 = Float64(Float64(y * x) - Float64(t * z))
                        	tmp = 0.0
                        	if (c <= -1.25e+250)
                        		tmp = Float64(Float64(fma(Float64(-c), y3, Float64(k * b)) * z) * y0);
                        	elseif (c <= -1.9e+53)
                        		tmp = Float64(fma(Float64(Float64(j * t) - Float64(k * y)), i, Float64(fma(k, y2, Float64(Float64(-j) * y3)) * y0)) * Float64(-y5));
                        	elseif (c <= 5.2e-210)
                        		tmp = Float64(Float64(fma(Float64(-y1), t_2, Float64(t_3 * b)) - Float64(t_1 * y5)) * a);
                        	elseif (c <= 2.2e+88)
                        		tmp = Float64(fma(Float64(Float64(y4 * y1) - Float64(y5 * y0)), j, fma(Float64(Float64(y0 * c) - Float64(y1 * a)), z, Float64(Float64(Float64(y5 * a) - Float64(y4 * c)) * y))) * Float64(-y3));
                        	else
                        		tmp = Float64(fma(Float64(-i), t_3, fma(t_2, y0, Float64(t_1 * y4))) * c);
                        	end
                        	return tmp
                        end
                        
                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(y3 * y), $MachinePrecision] - N[(y2 * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(y2 * x), $MachinePrecision] - N[(y3 * z), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(y * x), $MachinePrecision] - N[(t * z), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -1.25e+250], N[(N[(N[((-c) * y3 + N[(k * b), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * y0), $MachinePrecision], If[LessEqual[c, -1.9e+53], N[(N[(N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision] * i + N[(N[(k * y2 + N[((-j) * y3), $MachinePrecision]), $MachinePrecision] * y0), $MachinePrecision]), $MachinePrecision] * (-y5)), $MachinePrecision], If[LessEqual[c, 5.2e-210], N[(N[(N[((-y1) * t$95$2 + N[(t$95$3 * b), $MachinePrecision]), $MachinePrecision] - N[(t$95$1 * y5), $MachinePrecision]), $MachinePrecision] * a), $MachinePrecision], If[LessEqual[c, 2.2e+88], N[(N[(N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision] * j + N[(N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision] * z + N[(N[(N[(y5 * a), $MachinePrecision] - N[(y4 * c), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * (-y3)), $MachinePrecision], N[(N[((-i) * t$95$3 + N[(t$95$2 * y0 + N[(t$95$1 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * c), $MachinePrecision]]]]]]]]
                        
                        \begin{array}{l}
                        
                        \\
                        \begin{array}{l}
                        t_1 := y3 \cdot y - y2 \cdot t\\
                        t_2 := y2 \cdot x - y3 \cdot z\\
                        t_3 := y \cdot x - t \cdot z\\
                        \mathbf{if}\;c \leq -1.25 \cdot 10^{+250}:\\
                        \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\
                        
                        \mathbf{elif}\;c \leq -1.9 \cdot 10^{+53}:\\
                        \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\
                        
                        \mathbf{elif}\;c \leq 5.2 \cdot 10^{-210}:\\
                        \;\;\;\;\left(\mathsf{fma}\left(-y1, t\_2, t\_3 \cdot b\right) - t\_1 \cdot y5\right) \cdot a\\
                        
                        \mathbf{elif}\;c \leq 2.2 \cdot 10^{+88}:\\
                        \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(y5 \cdot a - y4 \cdot c\right) \cdot y\right)\right) \cdot \left(-y3\right)\\
                        
                        \mathbf{else}:\\
                        \;\;\;\;\mathsf{fma}\left(-i, t\_3, \mathsf{fma}\left(t\_2, y0, t\_1 \cdot y4\right)\right) \cdot c\\
                        
                        
                        \end{array}
                        \end{array}
                        
                        Derivation
                        1. Split input into 5 regimes
                        2. if c < -1.2500000000000001e250

                          1. Initial program 26.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. Add Preprocessing
                          3. Taylor expanded in z around -inf

                            \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                          4. Step-by-step derivation
                            1. associate-*r*N/A

                              \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                            2. lower-*.f64N/A

                              \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                            3. neg-mul-1N/A

                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                            4. lower-neg.f64N/A

                              \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                            5. associate--l+N/A

                              \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                            6. *-commutativeN/A

                              \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                            7. lower-fma.f64N/A

                              \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                            8. lower--.f64N/A

                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                            9. *-commutativeN/A

                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                            10. lower-*.f64N/A

                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                            11. *-commutativeN/A

                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                            12. lower-*.f64N/A

                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                            13. sub-negN/A

                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                            14. *-commutativeN/A

                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                            15. lower-fma.f64N/A

                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                          5. Applied rewrites32.7%

                            \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                          6. Taylor expanded in t around inf

                            \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                          7. Step-by-step derivation
                            1. Applied rewrites33.1%

                              \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                            2. Taylor expanded in y0 around -inf

                              \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(c \cdot y3\right) + b \cdot k\right)\right)} \]
                            3. Step-by-step derivation
                              1. Applied rewrites68.8%

                                \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \mathsf{fma}\left(-c, y3, b \cdot k\right)\right)} \]

                              if -1.2500000000000001e250 < c < -1.89999999999999999e53

                              1. Initial program 27.2%

                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              2. Add Preprocessing
                              3. Taylor expanded in y5 around -inf

                                \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                              4. Step-by-step derivation
                                1. associate-*r*N/A

                                  \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                2. lower-*.f64N/A

                                  \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                3. neg-mul-1N/A

                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                4. lower-neg.f64N/A

                                  \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                5. associate--l+N/A

                                  \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                6. *-commutativeN/A

                                  \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                7. lower-fma.f64N/A

                                  \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                8. lower--.f64N/A

                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                9. lower-*.f64N/A

                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                10. lower-*.f64N/A

                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                11. sub-negN/A

                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                12. *-commutativeN/A

                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                13. mul-1-negN/A

                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                14. lower-fma.f64N/A

                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                              5. Applied rewrites48.9%

                                \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                              6. Taylor expanded in a around 0

                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) \]
                              7. Step-by-step derivation
                                1. Applied rewrites53.9%

                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right)\right) \]

                                if -1.89999999999999999e53 < c < 5.1999999999999997e-210

                                1. Initial program 40.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. Add Preprocessing
                                3. Taylor expanded in a around inf

                                  \[\leadsto \color{blue}{a \cdot \left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                4. Step-by-step derivation
                                  1. *-commutativeN/A

                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot a} \]
                                  2. lower-*.f64N/A

                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot a} \]
                                5. Applied rewrites60.3%

                                  \[\leadsto \color{blue}{\left(\mathsf{fma}\left(-y1, y2 \cdot x - y3 \cdot z, \left(y \cdot x - t \cdot z\right) \cdot b\right) - \left(-y5\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right) \cdot a} \]

                                if 5.1999999999999997e-210 < c < 2.20000000000000009e88

                                1. Initial program 31.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. Add Preprocessing
                                3. Taylor expanded in y3 around -inf

                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                4. Step-by-step derivation
                                  1. associate-*r*N/A

                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  2. lower-*.f64N/A

                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  3. neg-mul-1N/A

                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  4. lower-neg.f64N/A

                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  5. associate--l+N/A

                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                  6. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                  7. lower-fma.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  8. lower--.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  9. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  10. lower-*.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  11. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  12. lower-*.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  13. sub-negN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                  14. mul-1-negN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                5. Applied rewrites55.4%

                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]

                                if 2.20000000000000009e88 < c

                                1. Initial program 21.7%

                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                2. Add Preprocessing
                                3. Taylor expanded in c around inf

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

                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(i \cdot \left(x \cdot y - t \cdot z\right)\right) + y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot c} \]
                                  2. lower-*.f64N/A

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

                                  \[\leadsto \color{blue}{\mathsf{fma}\left(-i, y \cdot x - t \cdot z, \mathsf{fma}\left(y2 \cdot x - y3 \cdot z, y0, \left(-y4\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right) \cdot c} \]
                              8. Recombined 5 regimes into one program.
                              9. Final simplification59.8%

                                \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -1.25 \cdot 10^{+250}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{elif}\;c \leq -1.9 \cdot 10^{+53}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;c \leq 5.2 \cdot 10^{-210}:\\ \;\;\;\;\left(\mathsf{fma}\left(-y1, y2 \cdot x - y3 \cdot z, \left(y \cdot x - t \cdot z\right) \cdot b\right) - \left(y3 \cdot y - y2 \cdot t\right) \cdot y5\right) \cdot a\\ \mathbf{elif}\;c \leq 2.2 \cdot 10^{+88}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(y5 \cdot a - y4 \cdot c\right) \cdot y\right)\right) \cdot \left(-y3\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(-i, y \cdot x - t \cdot z, \mathsf{fma}\left(y2 \cdot x - y3 \cdot z, y0, \left(y3 \cdot y - y2 \cdot t\right) \cdot y4\right)\right) \cdot c\\ \end{array} \]
                              10. Add Preprocessing

                              Alternative 6: 46.9% accurate, 2.3× speedup?

                              \[\begin{array}{l} \\ \begin{array}{l} t_1 := y0 \cdot c - y1 \cdot a\\ t_2 := y4 \cdot y1 - y5 \cdot y0\\ t_3 := y5 \cdot a - y4 \cdot c\\ t_4 := \mathsf{fma}\left(t\_2, j, \mathsf{fma}\left(t\_1, z, t\_3 \cdot y\right)\right) \cdot \left(-y3\right)\\ \mathbf{if}\;y3 \leq -5.6 \cdot 10^{+46}:\\ \;\;\;\;t\_4\\ \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-279}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\ \mathbf{elif}\;y3 \leq 8.6 \cdot 10^{+44}:\\ \;\;\;\;\mathsf{fma}\left(t\_2, k, \mathsf{fma}\left(t\_1, x, t\_3 \cdot t\right)\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 1.7 \cdot 10^{+278}:\\ \;\;\;\;t\_4\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \end{array} \]
                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                               :precision binary64
                               (let* ((t_1 (- (* y0 c) (* y1 a)))
                                      (t_2 (- (* y4 y1) (* y5 y0)))
                                      (t_3 (- (* y5 a) (* y4 c)))
                                      (t_4 (* (fma t_2 j (fma t_1 z (* t_3 y))) (- y3))))
                                 (if (<= y3 -5.6e+46)
                                   t_4
                                   (if (<= y3 1.05e-279)
                                     (*
                                      (fma
                                       (- (* y x) (* t z))
                                       a
                                       (fma (- (* j t) (* k y)) y4 (* (- (* k z) (* j x)) y0)))
                                      b)
                                     (if (<= y3 8.6e+44)
                                       (* (fma t_2 k (fma t_1 x (* t_3 t))) y2)
                                       (if (<= y3 1.7e+278) t_4 (* (* (fma (- c) z (* y5 j)) y3) 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 = (y0 * c) - (y1 * a);
                              	double t_2 = (y4 * y1) - (y5 * y0);
                              	double t_3 = (y5 * a) - (y4 * c);
                              	double t_4 = fma(t_2, j, fma(t_1, z, (t_3 * y))) * -y3;
                              	double tmp;
                              	if (y3 <= -5.6e+46) {
                              		tmp = t_4;
                              	} else if (y3 <= 1.05e-279) {
                              		tmp = fma(((y * x) - (t * z)), a, fma(((j * t) - (k * y)), y4, (((k * z) - (j * x)) * y0))) * b;
                              	} else if (y3 <= 8.6e+44) {
                              		tmp = fma(t_2, k, fma(t_1, x, (t_3 * t))) * y2;
                              	} else if (y3 <= 1.7e+278) {
                              		tmp = t_4;
                              	} else {
                              		tmp = (fma(-c, z, (y5 * j)) * y3) * y0;
                              	}
                              	return tmp;
                              }
                              
                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                              	t_1 = Float64(Float64(y0 * c) - Float64(y1 * a))
                              	t_2 = Float64(Float64(y4 * y1) - Float64(y5 * y0))
                              	t_3 = Float64(Float64(y5 * a) - Float64(y4 * c))
                              	t_4 = Float64(fma(t_2, j, fma(t_1, z, Float64(t_3 * y))) * Float64(-y3))
                              	tmp = 0.0
                              	if (y3 <= -5.6e+46)
                              		tmp = t_4;
                              	elseif (y3 <= 1.05e-279)
                              		tmp = Float64(fma(Float64(Float64(y * x) - Float64(t * z)), a, fma(Float64(Float64(j * t) - Float64(k * y)), y4, Float64(Float64(Float64(k * z) - Float64(j * x)) * y0))) * b);
                              	elseif (y3 <= 8.6e+44)
                              		tmp = Float64(fma(t_2, k, fma(t_1, x, Float64(t_3 * t))) * y2);
                              	elseif (y3 <= 1.7e+278)
                              		tmp = t_4;
                              	else
                              		tmp = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0);
                              	end
                              	return tmp
                              end
                              
                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(y5 * a), $MachinePrecision] - N[(y4 * c), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(t$95$2 * j + N[(t$95$1 * z + N[(t$95$3 * y), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * (-y3)), $MachinePrecision]}, If[LessEqual[y3, -5.6e+46], t$95$4, If[LessEqual[y3, 1.05e-279], N[(N[(N[(N[(y * x), $MachinePrecision] - N[(t * z), $MachinePrecision]), $MachinePrecision] * a + N[(N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision] * y4 + N[(N[(N[(k * z), $MachinePrecision] - N[(j * x), $MachinePrecision]), $MachinePrecision] * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * b), $MachinePrecision], If[LessEqual[y3, 8.6e+44], N[(N[(t$95$2 * k + N[(t$95$1 * x + N[(t$95$3 * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision], If[LessEqual[y3, 1.7e+278], t$95$4, N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]]]]]]]]]
                              
                              \begin{array}{l}
                              
                              \\
                              \begin{array}{l}
                              t_1 := y0 \cdot c - y1 \cdot a\\
                              t_2 := y4 \cdot y1 - y5 \cdot y0\\
                              t_3 := y5 \cdot a - y4 \cdot c\\
                              t_4 := \mathsf{fma}\left(t\_2, j, \mathsf{fma}\left(t\_1, z, t\_3 \cdot y\right)\right) \cdot \left(-y3\right)\\
                              \mathbf{if}\;y3 \leq -5.6 \cdot 10^{+46}:\\
                              \;\;\;\;t\_4\\
                              
                              \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-279}:\\
                              \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\
                              
                              \mathbf{elif}\;y3 \leq 8.6 \cdot 10^{+44}:\\
                              \;\;\;\;\mathsf{fma}\left(t\_2, k, \mathsf{fma}\left(t\_1, x, t\_3 \cdot t\right)\right) \cdot y2\\
                              
                              \mathbf{elif}\;y3 \leq 1.7 \cdot 10^{+278}:\\
                              \;\;\;\;t\_4\\
                              
                              \mathbf{else}:\\
                              \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                              
                              
                              \end{array}
                              \end{array}
                              
                              Derivation
                              1. Split input into 4 regimes
                              2. if y3 < -5.60000000000000037e46 or 8.59999999999999965e44 < y3 < 1.7e278

                                1. Initial program 28.6%

                                  \[\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. Add Preprocessing
                                3. Taylor expanded in y3 around -inf

                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                4. Step-by-step derivation
                                  1. associate-*r*N/A

                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  2. lower-*.f64N/A

                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  3. neg-mul-1N/A

                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  4. lower-neg.f64N/A

                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  5. associate--l+N/A

                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                  6. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                  7. lower-fma.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  8. lower--.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  9. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  10. lower-*.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  11. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  12. lower-*.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  13. sub-negN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                  14. mul-1-negN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                5. Applied rewrites70.4%

                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]

                                if -5.60000000000000037e46 < y3 < 1.05000000000000003e-279

                                1. Initial program 36.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. Add Preprocessing
                                3. Taylor expanded in b around inf

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

                                    \[\leadsto \color{blue}{\left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot b} \]
                                  2. lower-*.f64N/A

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

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

                                if 1.05000000000000003e-279 < y3 < 8.59999999999999965e44

                                1. Initial program 33.7%

                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                2. Add Preprocessing
                                3. Taylor expanded in y2 around inf

                                  \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                4. Step-by-step derivation
                                  1. *-commutativeN/A

                                    \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                  2. lower-*.f64N/A

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

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

                                if 1.7e278 < y3

                                1. Initial program 11.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. Add Preprocessing
                                3. Taylor expanded in y3 around -inf

                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                4. Step-by-step derivation
                                  1. associate-*r*N/A

                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  2. lower-*.f64N/A

                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  3. neg-mul-1N/A

                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  4. lower-neg.f64N/A

                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  5. associate--l+N/A

                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                  6. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                  7. lower-fma.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                  8. lower--.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  9. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  10. lower-*.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  11. *-commutativeN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  12. lower-*.f64N/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                  13. sub-negN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                  14. mul-1-negN/A

                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                5. Applied rewrites44.4%

                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                6. Taylor expanded in y around inf

                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                7. Step-by-step derivation
                                  1. Applied rewrites55.6%

                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                  2. Taylor expanded in y0 around -inf

                                    \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                  3. Step-by-step derivation
                                    1. Applied rewrites100.0%

                                      \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]
                                  4. Recombined 4 regimes into one program.
                                  5. Final simplification59.4%

                                    \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -5.6 \cdot 10^{+46}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(y5 \cdot a - y4 \cdot c\right) \cdot y\right)\right) \cdot \left(-y3\right)\\ \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-279}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\ \mathbf{elif}\;y3 \leq 8.6 \cdot 10^{+44}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(y5 \cdot a - y4 \cdot c\right) \cdot t\right)\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 1.7 \cdot 10^{+278}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(y5 \cdot a - y4 \cdot c\right) \cdot y\right)\right) \cdot \left(-y3\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                  6. Add Preprocessing

                                  Alternative 7: 40.9% accurate, 2.3× speedup?

                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.8 \cdot 10^{+92}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-279}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\ \mathbf{elif}\;y3 \leq 7.2 \cdot 10^{+46}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(y5 \cdot a - y4 \cdot c\right) \cdot t\right)\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                  (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                   :precision binary64
                                   (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                     (if (<= y3 -1.05e+259)
                                       (* (fma (- j) y1 (* c y)) (* y4 y3))
                                       (if (<= y3 -9.8e+92)
                                         t_1
                                         (if (<= y3 1.05e-279)
                                           (*
                                            (fma
                                             (- (* y x) (* t z))
                                             a
                                             (fma (- (* j t) (* k y)) y4 (* (- (* k z) (* j x)) y0)))
                                            b)
                                           (if (<= y3 7.2e+46)
                                             (*
                                              (fma
                                               (- (* y4 y1) (* y5 y0))
                                               k
                                               (fma (- (* y0 c) (* y1 a)) x (* (- (* y5 a) (* y4 c)) t)))
                                              y2)
                                             (if (<= y3 1.65e+241)
                                               (* (* (- j) y3) (fma y1 y4 (* (- y5) y0)))
                                               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) {
                                  	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                  	double tmp;
                                  	if (y3 <= -1.05e+259) {
                                  		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                  	} else if (y3 <= -9.8e+92) {
                                  		tmp = t_1;
                                  	} else if (y3 <= 1.05e-279) {
                                  		tmp = fma(((y * x) - (t * z)), a, fma(((j * t) - (k * y)), y4, (((k * z) - (j * x)) * y0))) * b;
                                  	} else if (y3 <= 7.2e+46) {
                                  		tmp = fma(((y4 * y1) - (y5 * y0)), k, fma(((y0 * c) - (y1 * a)), x, (((y5 * a) - (y4 * c)) * t))) * y2;
                                  	} else if (y3 <= 1.65e+241) {
                                  		tmp = (-j * y3) * fma(y1, y4, (-y5 * y0));
                                  	} else {
                                  		tmp = t_1;
                                  	}
                                  	return tmp;
                                  }
                                  
                                  function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                  	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                  	tmp = 0.0
                                  	if (y3 <= -1.05e+259)
                                  		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                  	elseif (y3 <= -9.8e+92)
                                  		tmp = t_1;
                                  	elseif (y3 <= 1.05e-279)
                                  		tmp = Float64(fma(Float64(Float64(y * x) - Float64(t * z)), a, fma(Float64(Float64(j * t) - Float64(k * y)), y4, Float64(Float64(Float64(k * z) - Float64(j * x)) * y0))) * b);
                                  	elseif (y3 <= 7.2e+46)
                                  		tmp = Float64(fma(Float64(Float64(y4 * y1) - Float64(y5 * y0)), k, fma(Float64(Float64(y0 * c) - Float64(y1 * a)), x, Float64(Float64(Float64(y5 * a) - Float64(y4 * c)) * t))) * y2);
                                  	elseif (y3 <= 1.65e+241)
                                  		tmp = Float64(Float64(Float64(-j) * y3) * fma(y1, y4, Float64(Float64(-y5) * y0)));
                                  	else
                                  		tmp = t_1;
                                  	end
                                  	return tmp
                                  end
                                  
                                  code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -9.8e+92], t$95$1, If[LessEqual[y3, 1.05e-279], N[(N[(N[(N[(y * x), $MachinePrecision] - N[(t * z), $MachinePrecision]), $MachinePrecision] * a + N[(N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision] * y4 + N[(N[(N[(k * z), $MachinePrecision] - N[(j * x), $MachinePrecision]), $MachinePrecision] * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * b), $MachinePrecision], If[LessEqual[y3, 7.2e+46], N[(N[(N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision] * k + N[(N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision] * x + N[(N[(N[(y5 * a), $MachinePrecision] - N[(y4 * c), $MachinePrecision]), $MachinePrecision] * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision], If[LessEqual[y3, 1.65e+241], N[(N[((-j) * y3), $MachinePrecision] * N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
                                  
                                  \begin{array}{l}
                                  
                                  \\
                                  \begin{array}{l}
                                  t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                  \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                  \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                  
                                  \mathbf{elif}\;y3 \leq -9.8 \cdot 10^{+92}:\\
                                  \;\;\;\;t\_1\\
                                  
                                  \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-279}:\\
                                  \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\
                                  
                                  \mathbf{elif}\;y3 \leq 7.2 \cdot 10^{+46}:\\
                                  \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(y5 \cdot a - y4 \cdot c\right) \cdot t\right)\right) \cdot y2\\
                                  
                                  \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\
                                  \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\
                                  
                                  \mathbf{else}:\\
                                  \;\;\;\;t\_1\\
                                  
                                  
                                  \end{array}
                                  \end{array}
                                  
                                  Derivation
                                  1. Split input into 5 regimes
                                  2. if y3 < -1.05000000000000003e259

                                    1. Initial program 11.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. Add Preprocessing
                                    3. Taylor expanded in y3 around -inf

                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                    4. Step-by-step derivation
                                      1. associate-*r*N/A

                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                      2. lower-*.f64N/A

                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                      3. neg-mul-1N/A

                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                      4. lower-neg.f64N/A

                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                      5. associate--l+N/A

                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                      6. *-commutativeN/A

                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                      7. lower-fma.f64N/A

                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                      8. lower--.f64N/A

                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                      9. *-commutativeN/A

                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                      10. lower-*.f64N/A

                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                      11. *-commutativeN/A

                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                      12. lower-*.f64N/A

                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                      13. sub-negN/A

                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                      14. mul-1-negN/A

                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                    5. Applied rewrites70.6%

                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                    6. Taylor expanded in y around inf

                                      \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                    7. Step-by-step derivation
                                      1. Applied rewrites48.3%

                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                      2. Taylor expanded in y4 around -inf

                                        \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                      3. Step-by-step derivation
                                        1. Applied rewrites71.2%

                                          \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                        if -1.05000000000000003e259 < y3 < -9.8000000000000003e92 or 1.65e241 < y3

                                        1. Initial program 31.5%

                                          \[\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. Add Preprocessing
                                        3. Taylor expanded in y3 around -inf

                                          \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                        4. Step-by-step derivation
                                          1. associate-*r*N/A

                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                          2. lower-*.f64N/A

                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                          3. neg-mul-1N/A

                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                          4. lower-neg.f64N/A

                                            \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                          5. associate--l+N/A

                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                          6. *-commutativeN/A

                                            \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                          7. lower-fma.f64N/A

                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                          8. lower--.f64N/A

                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                          9. *-commutativeN/A

                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                          10. lower-*.f64N/A

                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                          11. *-commutativeN/A

                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                          12. lower-*.f64N/A

                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                          13. sub-negN/A

                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                          14. mul-1-negN/A

                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                        5. Applied rewrites74.3%

                                          \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                        6. Taylor expanded in y around inf

                                          \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                        7. Step-by-step derivation
                                          1. Applied rewrites47.6%

                                            \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                          2. Taylor expanded in y0 around -inf

                                            \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                          3. Step-by-step derivation
                                            1. Applied rewrites67.0%

                                              \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                            if -9.8000000000000003e92 < y3 < 1.05000000000000003e-279

                                            1. Initial program 35.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. Add Preprocessing
                                            3. Taylor expanded in b around inf

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

                                                \[\leadsto \color{blue}{\left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot b} \]
                                              2. lower-*.f64N/A

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

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

                                            if 1.05000000000000003e-279 < y3 < 7.1999999999999997e46

                                            1. Initial program 33.7%

                                              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                            2. Add Preprocessing
                                            3. Taylor expanded in y2 around inf

                                              \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                            4. Step-by-step derivation
                                              1. *-commutativeN/A

                                                \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                              2. lower-*.f64N/A

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

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

                                            if 7.1999999999999997e46 < y3 < 1.65e241

                                            1. Initial program 30.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. Add Preprocessing
                                            3. Taylor expanded in y3 around -inf

                                              \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                            4. Step-by-step derivation
                                              1. associate-*r*N/A

                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                              2. lower-*.f64N/A

                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                              3. neg-mul-1N/A

                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                              4. lower-neg.f64N/A

                                                \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                              5. associate--l+N/A

                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                              6. *-commutativeN/A

                                                \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                              7. lower-fma.f64N/A

                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                              8. lower--.f64N/A

                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                              9. *-commutativeN/A

                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                              10. lower-*.f64N/A

                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                              11. *-commutativeN/A

                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                              12. lower-*.f64N/A

                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                              13. sub-negN/A

                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                              14. mul-1-negN/A

                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                            5. Applied rewrites57.9%

                                              \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                            6. Taylor expanded in j around inf

                                              \[\leadsto -1 \cdot \color{blue}{\left(j \cdot \left(y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\right)} \]
                                            7. Step-by-step derivation
                                              1. Applied rewrites55.8%

                                                \[\leadsto -\left(j \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right) \]
                                            8. Recombined 5 regimes into one program.
                                            9. Final simplification55.4%

                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.8 \cdot 10^{+92}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-279}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\ \mathbf{elif}\;y3 \leq 7.2 \cdot 10^{+46}:\\ \;\;\;\;\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(y5 \cdot a - y4 \cdot c\right) \cdot t\right)\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                            10. Add Preprocessing

                                            Alternative 8: 41.2% accurate, 2.3× speedup?

                                            \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.8 \cdot 10^{+92}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -2.5 \cdot 10^{-232}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\ \mathbf{elif}\;y3 \leq 9.2 \cdot 10^{+38}:\\ \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                            (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                             :precision binary64
                                             (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                               (if (<= y3 -1.05e+259)
                                                 (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                 (if (<= y3 -9.8e+92)
                                                   t_1
                                                   (if (<= y3 -2.5e-232)
                                                     (*
                                                      (fma
                                                       (- (* y x) (* t z))
                                                       a
                                                       (fma (- (* j t) (* k y)) y4 (* (- (* k z) (* j x)) y0)))
                                                      b)
                                                     (if (<= y3 9.2e+38)
                                                       (*
                                                        (fma
                                                         (- (* b a) (* i c))
                                                         y
                                                         (fma (- (* y0 c) (* y1 a)) y2 (* (- (* y1 i) (* y0 b)) j)))
                                                        x)
                                                       (if (<= y3 1.65e+241)
                                                         (* (* (- j) y3) (fma y1 y4 (* (- y5) y0)))
                                                         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) {
                                            	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                            	double tmp;
                                            	if (y3 <= -1.05e+259) {
                                            		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                            	} else if (y3 <= -9.8e+92) {
                                            		tmp = t_1;
                                            	} else if (y3 <= -2.5e-232) {
                                            		tmp = fma(((y * x) - (t * z)), a, fma(((j * t) - (k * y)), y4, (((k * z) - (j * x)) * y0))) * b;
                                            	} else if (y3 <= 9.2e+38) {
                                            		tmp = fma(((b * a) - (i * c)), y, fma(((y0 * c) - (y1 * a)), y2, (((y1 * i) - (y0 * b)) * j))) * x;
                                            	} else if (y3 <= 1.65e+241) {
                                            		tmp = (-j * y3) * fma(y1, y4, (-y5 * y0));
                                            	} else {
                                            		tmp = t_1;
                                            	}
                                            	return tmp;
                                            }
                                            
                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                            	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                            	tmp = 0.0
                                            	if (y3 <= -1.05e+259)
                                            		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                            	elseif (y3 <= -9.8e+92)
                                            		tmp = t_1;
                                            	elseif (y3 <= -2.5e-232)
                                            		tmp = Float64(fma(Float64(Float64(y * x) - Float64(t * z)), a, fma(Float64(Float64(j * t) - Float64(k * y)), y4, Float64(Float64(Float64(k * z) - Float64(j * x)) * y0))) * b);
                                            	elseif (y3 <= 9.2e+38)
                                            		tmp = Float64(fma(Float64(Float64(b * a) - Float64(i * c)), y, fma(Float64(Float64(y0 * c) - Float64(y1 * a)), y2, Float64(Float64(Float64(y1 * i) - Float64(y0 * b)) * j))) * x);
                                            	elseif (y3 <= 1.65e+241)
                                            		tmp = Float64(Float64(Float64(-j) * y3) * fma(y1, y4, Float64(Float64(-y5) * y0)));
                                            	else
                                            		tmp = t_1;
                                            	end
                                            	return tmp
                                            end
                                            
                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -9.8e+92], t$95$1, If[LessEqual[y3, -2.5e-232], N[(N[(N[(N[(y * x), $MachinePrecision] - N[(t * z), $MachinePrecision]), $MachinePrecision] * a + N[(N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision] * y4 + N[(N[(N[(k * z), $MachinePrecision] - N[(j * x), $MachinePrecision]), $MachinePrecision] * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * b), $MachinePrecision], If[LessEqual[y3, 9.2e+38], N[(N[(N[(N[(b * a), $MachinePrecision] - N[(i * c), $MachinePrecision]), $MachinePrecision] * y + N[(N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision] * y2 + N[(N[(N[(y1 * i), $MachinePrecision] - N[(y0 * b), $MachinePrecision]), $MachinePrecision] * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[y3, 1.65e+241], N[(N[((-j) * y3), $MachinePrecision] * N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
                                            
                                            \begin{array}{l}
                                            
                                            \\
                                            \begin{array}{l}
                                            t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                            \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                            \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                            
                                            \mathbf{elif}\;y3 \leq -9.8 \cdot 10^{+92}:\\
                                            \;\;\;\;t\_1\\
                                            
                                            \mathbf{elif}\;y3 \leq -2.5 \cdot 10^{-232}:\\
                                            \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\
                                            
                                            \mathbf{elif}\;y3 \leq 9.2 \cdot 10^{+38}:\\
                                            \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\
                                            
                                            \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\
                                            \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\
                                            
                                            \mathbf{else}:\\
                                            \;\;\;\;t\_1\\
                                            
                                            
                                            \end{array}
                                            \end{array}
                                            
                                            Derivation
                                            1. Split input into 5 regimes
                                            2. if y3 < -1.05000000000000003e259

                                              1. Initial program 11.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. Add Preprocessing
                                              3. Taylor expanded in y3 around -inf

                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                              4. Step-by-step derivation
                                                1. associate-*r*N/A

                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                2. lower-*.f64N/A

                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                3. neg-mul-1N/A

                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                4. lower-neg.f64N/A

                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                5. associate--l+N/A

                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                6. *-commutativeN/A

                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                7. lower-fma.f64N/A

                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                8. lower--.f64N/A

                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                9. *-commutativeN/A

                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                10. lower-*.f64N/A

                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                11. *-commutativeN/A

                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                12. lower-*.f64N/A

                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                13. sub-negN/A

                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                14. mul-1-negN/A

                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                              5. Applied rewrites70.6%

                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                              6. Taylor expanded in y around inf

                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                              7. Step-by-step derivation
                                                1. Applied rewrites48.3%

                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                2. Taylor expanded in y4 around -inf

                                                  \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                3. Step-by-step derivation
                                                  1. Applied rewrites71.2%

                                                    \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                  if -1.05000000000000003e259 < y3 < -9.8000000000000003e92 or 1.65e241 < y3

                                                  1. Initial program 31.5%

                                                    \[\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. Add Preprocessing
                                                  3. Taylor expanded in y3 around -inf

                                                    \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                  4. Step-by-step derivation
                                                    1. associate-*r*N/A

                                                      \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                    2. lower-*.f64N/A

                                                      \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                    3. neg-mul-1N/A

                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                    4. lower-neg.f64N/A

                                                      \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                    5. associate--l+N/A

                                                      \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                    6. *-commutativeN/A

                                                      \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                    7. lower-fma.f64N/A

                                                      \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                    8. lower--.f64N/A

                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                    9. *-commutativeN/A

                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                    10. lower-*.f64N/A

                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                    11. *-commutativeN/A

                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                    12. lower-*.f64N/A

                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                    13. sub-negN/A

                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                    14. mul-1-negN/A

                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                  5. Applied rewrites74.3%

                                                    \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                  6. Taylor expanded in y around inf

                                                    \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                  7. Step-by-step derivation
                                                    1. Applied rewrites47.6%

                                                      \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                    2. Taylor expanded in y0 around -inf

                                                      \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                    3. Step-by-step derivation
                                                      1. Applied rewrites67.0%

                                                        \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                      if -9.8000000000000003e92 < y3 < -2.5e-232

                                                      1. Initial program 37.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. Add Preprocessing
                                                      3. Taylor expanded in b around inf

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

                                                          \[\leadsto \color{blue}{\left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot b} \]
                                                        2. lower-*.f64N/A

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

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

                                                      if -2.5e-232 < y3 < 9.2000000000000005e38

                                                      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. Add Preprocessing
                                                      3. Taylor expanded in x around inf

                                                        \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                      4. Step-by-step derivation
                                                        1. *-commutativeN/A

                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                        2. lower-*.f64N/A

                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                      5. Applied rewrites46.3%

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

                                                      if 9.2000000000000005e38 < y3 < 1.65e241

                                                      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. Add Preprocessing
                                                      3. Taylor expanded in y3 around -inf

                                                        \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                      4. Step-by-step derivation
                                                        1. associate-*r*N/A

                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                        2. lower-*.f64N/A

                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                        3. neg-mul-1N/A

                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                        4. lower-neg.f64N/A

                                                          \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                        5. associate--l+N/A

                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                        6. *-commutativeN/A

                                                          \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                        7. lower-fma.f64N/A

                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                        8. lower--.f64N/A

                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                        9. *-commutativeN/A

                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                        10. lower-*.f64N/A

                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                        11. *-commutativeN/A

                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                        12. lower-*.f64N/A

                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                        13. sub-negN/A

                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                        14. mul-1-negN/A

                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                      5. Applied rewrites55.8%

                                                        \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                      6. Taylor expanded in j around inf

                                                        \[\leadsto -1 \cdot \color{blue}{\left(j \cdot \left(y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\right)} \]
                                                      7. Step-by-step derivation
                                                        1. Applied rewrites54.0%

                                                          \[\leadsto -\left(j \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right) \]
                                                      8. Recombined 5 regimes into one program.
                                                      9. Final simplification54.9%

                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.8 \cdot 10^{+92}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -2.5 \cdot 10^{-232}:\\ \;\;\;\;\mathsf{fma}\left(y \cdot x - t \cdot z, a, \mathsf{fma}\left(j \cdot t - k \cdot y, y4, \left(k \cdot z - j \cdot x\right) \cdot y0\right)\right) \cdot b\\ \mathbf{elif}\;y3 \leq 9.2 \cdot 10^{+38}:\\ \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                      10. Add Preprocessing

                                                      Alternative 9: 35.8% accurate, 2.3× speedup?

                                                      \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;k \leq -1.05 \cdot 10^{+218}:\\ \;\;\;\;\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot \left(y2 \cdot k\right)\\ \mathbf{elif}\;k \leq -4.1 \cdot 10^{+74}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;k \leq -2.35 \cdot 10^{-52}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;k \leq 6 \cdot 10^{-163}:\\ \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\ \mathbf{elif}\;k \leq 7.2 \cdot 10^{+159}:\\ \;\;\;\;\left(\mathsf{fma}\left(-1, y5 \cdot y, y1 \cdot z\right) \cdot y3\right) \cdot a\\ \mathbf{elif}\;k \leq 6.8 \cdot 10^{+245}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-y, y5, y1 \cdot z\right) \cdot k\right) \cdot \left(-i\right)\\ \end{array} \end{array} \]
                                                      (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                       :precision binary64
                                                       (if (<= k -1.05e+218)
                                                         (* (fma y1 y4 (* (- y5) y0)) (* y2 k))
                                                         (if (<= k -4.1e+74)
                                                           (* (* (fma (- a) x (* y4 k)) y2) y1)
                                                           (if (<= k -2.35e-52)
                                                             (* (fma (- (* j t) (* k y)) i (* (fma k y2 (* (- j) y3)) y0)) (- y5))
                                                             (if (<= k 6e-163)
                                                               (*
                                                                (fma
                                                                 (- (* b a) (* i c))
                                                                 y
                                                                 (fma (- (* y0 c) (* y1 a)) y2 (* (- (* y1 i) (* y0 b)) j)))
                                                                x)
                                                               (if (<= k 7.2e+159)
                                                                 (* (* (fma -1.0 (* y5 y) (* y1 z)) y3) a)
                                                                 (if (<= k 6.8e+245)
                                                                   (* (* (fma (- c) y3 (* k b)) z) y0)
                                                                   (* (* (fma (- y) y5 (* y1 z)) k) (- i)))))))))
                                                      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 tmp;
                                                      	if (k <= -1.05e+218) {
                                                      		tmp = fma(y1, y4, (-y5 * y0)) * (y2 * k);
                                                      	} else if (k <= -4.1e+74) {
                                                      		tmp = (fma(-a, x, (y4 * k)) * y2) * y1;
                                                      	} else if (k <= -2.35e-52) {
                                                      		tmp = fma(((j * t) - (k * y)), i, (fma(k, y2, (-j * y3)) * y0)) * -y5;
                                                      	} else if (k <= 6e-163) {
                                                      		tmp = fma(((b * a) - (i * c)), y, fma(((y0 * c) - (y1 * a)), y2, (((y1 * i) - (y0 * b)) * j))) * x;
                                                      	} else if (k <= 7.2e+159) {
                                                      		tmp = (fma(-1.0, (y5 * y), (y1 * z)) * y3) * a;
                                                      	} else if (k <= 6.8e+245) {
                                                      		tmp = (fma(-c, y3, (k * b)) * z) * y0;
                                                      	} else {
                                                      		tmp = (fma(-y, y5, (y1 * z)) * k) * -i;
                                                      	}
                                                      	return tmp;
                                                      }
                                                      
                                                      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                      	tmp = 0.0
                                                      	if (k <= -1.05e+218)
                                                      		tmp = Float64(fma(y1, y4, Float64(Float64(-y5) * y0)) * Float64(y2 * k));
                                                      	elseif (k <= -4.1e+74)
                                                      		tmp = Float64(Float64(fma(Float64(-a), x, Float64(y4 * k)) * y2) * y1);
                                                      	elseif (k <= -2.35e-52)
                                                      		tmp = Float64(fma(Float64(Float64(j * t) - Float64(k * y)), i, Float64(fma(k, y2, Float64(Float64(-j) * y3)) * y0)) * Float64(-y5));
                                                      	elseif (k <= 6e-163)
                                                      		tmp = Float64(fma(Float64(Float64(b * a) - Float64(i * c)), y, fma(Float64(Float64(y0 * c) - Float64(y1 * a)), y2, Float64(Float64(Float64(y1 * i) - Float64(y0 * b)) * j))) * x);
                                                      	elseif (k <= 7.2e+159)
                                                      		tmp = Float64(Float64(fma(-1.0, Float64(y5 * y), Float64(y1 * z)) * y3) * a);
                                                      	elseif (k <= 6.8e+245)
                                                      		tmp = Float64(Float64(fma(Float64(-c), y3, Float64(k * b)) * z) * y0);
                                                      	else
                                                      		tmp = Float64(Float64(fma(Float64(-y), y5, Float64(y1 * z)) * k) * Float64(-i));
                                                      	end
                                                      	return tmp
                                                      end
                                                      
                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[k, -1.05e+218], N[(N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision] * N[(y2 * k), $MachinePrecision]), $MachinePrecision], If[LessEqual[k, -4.1e+74], N[(N[(N[((-a) * x + N[(y4 * k), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision] * y1), $MachinePrecision], If[LessEqual[k, -2.35e-52], N[(N[(N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision] * i + N[(N[(k * y2 + N[((-j) * y3), $MachinePrecision]), $MachinePrecision] * y0), $MachinePrecision]), $MachinePrecision] * (-y5)), $MachinePrecision], If[LessEqual[k, 6e-163], N[(N[(N[(N[(b * a), $MachinePrecision] - N[(i * c), $MachinePrecision]), $MachinePrecision] * y + N[(N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision] * y2 + N[(N[(N[(y1 * i), $MachinePrecision] - N[(y0 * b), $MachinePrecision]), $MachinePrecision] * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[k, 7.2e+159], N[(N[(N[(-1.0 * N[(y5 * y), $MachinePrecision] + N[(y1 * z), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * a), $MachinePrecision], If[LessEqual[k, 6.8e+245], N[(N[(N[((-c) * y3 + N[(k * b), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * y0), $MachinePrecision], N[(N[(N[((-y) * y5 + N[(y1 * z), $MachinePrecision]), $MachinePrecision] * k), $MachinePrecision] * (-i)), $MachinePrecision]]]]]]]
                                                      
                                                      \begin{array}{l}
                                                      
                                                      \\
                                                      \begin{array}{l}
                                                      \mathbf{if}\;k \leq -1.05 \cdot 10^{+218}:\\
                                                      \;\;\;\;\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot \left(y2 \cdot k\right)\\
                                                      
                                                      \mathbf{elif}\;k \leq -4.1 \cdot 10^{+74}:\\
                                                      \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\
                                                      
                                                      \mathbf{elif}\;k \leq -2.35 \cdot 10^{-52}:\\
                                                      \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\
                                                      
                                                      \mathbf{elif}\;k \leq 6 \cdot 10^{-163}:\\
                                                      \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\
                                                      
                                                      \mathbf{elif}\;k \leq 7.2 \cdot 10^{+159}:\\
                                                      \;\;\;\;\left(\mathsf{fma}\left(-1, y5 \cdot y, y1 \cdot z\right) \cdot y3\right) \cdot a\\
                                                      
                                                      \mathbf{elif}\;k \leq 6.8 \cdot 10^{+245}:\\
                                                      \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\
                                                      
                                                      \mathbf{else}:\\
                                                      \;\;\;\;\left(\mathsf{fma}\left(-y, y5, y1 \cdot z\right) \cdot k\right) \cdot \left(-i\right)\\
                                                      
                                                      
                                                      \end{array}
                                                      \end{array}
                                                      
                                                      Derivation
                                                      1. Split input into 7 regimes
                                                      2. if k < -1.0499999999999999e218

                                                        1. Initial program 6.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. Add Preprocessing
                                                        3. Taylor expanded in y2 around inf

                                                          \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                        4. Step-by-step derivation
                                                          1. *-commutativeN/A

                                                            \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                          2. lower-*.f64N/A

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

                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                        6. Taylor expanded in k around inf

                                                          \[\leadsto k \cdot \color{blue}{\left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
                                                        7. Step-by-step derivation
                                                          1. Applied rewrites75.0%

                                                            \[\leadsto \left(k \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)} \]

                                                          if -1.0499999999999999e218 < k < -4.1e74

                                                          1. Initial program 23.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. Add Preprocessing
                                                          3. Taylor expanded in y2 around inf

                                                            \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                          4. Step-by-step derivation
                                                            1. *-commutativeN/A

                                                              \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                            2. lower-*.f64N/A

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

                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                          6. Taylor expanded in k around inf

                                                            \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                          7. Step-by-step derivation
                                                            1. Applied rewrites20.8%

                                                              \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                            2. Taylor expanded in y5 around -inf

                                                              \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                            3. Step-by-step derivation
                                                              1. Applied rewrites24.2%

                                                                \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                              2. Taylor expanded in y1 around inf

                                                                \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(a \cdot x\right) + k \cdot y4\right)\right)} \]
                                                              3. Step-by-step derivation
                                                                1. Applied rewrites43.7%

                                                                  \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \mathsf{fma}\left(-a, x, k \cdot y4\right)\right)} \]

                                                                if -4.1e74 < k < -2.3499999999999999e-52

                                                                1. Initial program 43.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. Add Preprocessing
                                                                3. Taylor expanded in y5 around -inf

                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                4. Step-by-step derivation
                                                                  1. associate-*r*N/A

                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                  2. lower-*.f64N/A

                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                  3. neg-mul-1N/A

                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                  4. lower-neg.f64N/A

                                                                    \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                  5. associate--l+N/A

                                                                    \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                  6. *-commutativeN/A

                                                                    \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                  7. lower-fma.f64N/A

                                                                    \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                  8. lower--.f64N/A

                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                  9. lower-*.f64N/A

                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                  10. lower-*.f64N/A

                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                  11. sub-negN/A

                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                  12. *-commutativeN/A

                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                  13. mul-1-negN/A

                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                                                  14. lower-fma.f64N/A

                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                5. Applied rewrites60.6%

                                                                  \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                                                                6. Taylor expanded in a around 0

                                                                  \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) \]
                                                                7. Step-by-step derivation
                                                                  1. Applied rewrites64.6%

                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right)\right) \]

                                                                  if -2.3499999999999999e-52 < k < 6.0000000000000005e-163

                                                                  1. Initial program 37.5%

                                                                    \[\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. Add Preprocessing
                                                                  3. Taylor expanded in x around inf

                                                                    \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                  4. Step-by-step derivation
                                                                    1. *-commutativeN/A

                                                                      \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                    2. lower-*.f64N/A

                                                                      \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                  5. Applied rewrites51.3%

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

                                                                  if 6.0000000000000005e-163 < k < 7.20000000000000073e159

                                                                  1. Initial program 32.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. Add Preprocessing
                                                                  3. Taylor expanded in y3 around -inf

                                                                    \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                  4. Step-by-step derivation
                                                                    1. associate-*r*N/A

                                                                      \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                    2. lower-*.f64N/A

                                                                      \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                    3. neg-mul-1N/A

                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                    4. lower-neg.f64N/A

                                                                      \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                    5. associate--l+N/A

                                                                      \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                    6. *-commutativeN/A

                                                                      \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                    7. lower-fma.f64N/A

                                                                      \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                    8. lower--.f64N/A

                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                    9. *-commutativeN/A

                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                    10. lower-*.f64N/A

                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                    11. *-commutativeN/A

                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                    12. lower-*.f64N/A

                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                    13. sub-negN/A

                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                    14. mul-1-negN/A

                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                  5. Applied rewrites51.7%

                                                                    \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                  6. Taylor expanded in a around -inf

                                                                    \[\leadsto a \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(y \cdot y5\right) + y1 \cdot z\right)\right)} \]
                                                                  7. Step-by-step derivation
                                                                    1. Applied rewrites41.2%

                                                                      \[\leadsto a \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-1, y \cdot y5, y1 \cdot z\right)\right)} \]

                                                                    if 7.20000000000000073e159 < k < 6.79999999999999996e245

                                                                    1. Initial program 26.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. Add Preprocessing
                                                                    3. Taylor expanded in z around -inf

                                                                      \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                    4. Step-by-step derivation
                                                                      1. associate-*r*N/A

                                                                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                      2. lower-*.f64N/A

                                                                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                      3. neg-mul-1N/A

                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                      4. lower-neg.f64N/A

                                                                        \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                      5. associate--l+N/A

                                                                        \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                      6. *-commutativeN/A

                                                                        \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                      7. lower-fma.f64N/A

                                                                        \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                      8. lower--.f64N/A

                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                      9. *-commutativeN/A

                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                      10. lower-*.f64N/A

                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                      11. *-commutativeN/A

                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                      12. lower-*.f64N/A

                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                      13. sub-negN/A

                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                      14. *-commutativeN/A

                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                      15. lower-fma.f64N/A

                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                    5. Applied rewrites68.6%

                                                                      \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                    6. Taylor expanded in t around inf

                                                                      \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                    7. Step-by-step derivation
                                                                      1. Applied rewrites33.4%

                                                                        \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                      2. Taylor expanded in y0 around -inf

                                                                        \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(c \cdot y3\right) + b \cdot k\right)\right)} \]
                                                                      3. Step-by-step derivation
                                                                        1. Applied rewrites74.0%

                                                                          \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \mathsf{fma}\left(-c, y3, b \cdot k\right)\right)} \]

                                                                        if 6.79999999999999996e245 < k

                                                                        1. Initial program 27.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. Add Preprocessing
                                                                        3. Taylor expanded in i around -inf

                                                                          \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                        4. Step-by-step derivation
                                                                          1. associate-*r*N/A

                                                                            \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                          2. lower-*.f64N/A

                                                                            \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                          3. neg-mul-1N/A

                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                          4. lower-neg.f64N/A

                                                                            \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                          5. associate--l+N/A

                                                                            \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                          6. *-commutativeN/A

                                                                            \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                          7. lower-fma.f64N/A

                                                                            \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                          8. lower--.f64N/A

                                                                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                          9. *-commutativeN/A

                                                                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                          10. lower-*.f64N/A

                                                                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                          11. lower-*.f64N/A

                                                                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                          12. sub-negN/A

                                                                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                          13. *-commutativeN/A

                                                                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                          14. lower-fma.f64N/A

                                                                            \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                        5. Applied rewrites40.6%

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

                                                                          \[\leadsto \left(-i\right) \cdot \left(k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot y5\right) + y1 \cdot z\right)}\right) \]
                                                                        7. Step-by-step derivation
                                                                          1. Applied rewrites80.2%

                                                                            \[\leadsto \left(-i\right) \cdot \left(k \cdot \color{blue}{\mathsf{fma}\left(-y, y5, y1 \cdot z\right)}\right) \]
                                                                        8. Recombined 7 regimes into one program.
                                                                        9. Final simplification53.8%

                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;k \leq -1.05 \cdot 10^{+218}:\\ \;\;\;\;\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot \left(y2 \cdot k\right)\\ \mathbf{elif}\;k \leq -4.1 \cdot 10^{+74}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;k \leq -2.35 \cdot 10^{-52}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;k \leq 6 \cdot 10^{-163}:\\ \;\;\;\;\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(y1 \cdot i - y0 \cdot b\right) \cdot j\right)\right) \cdot x\\ \mathbf{elif}\;k \leq 7.2 \cdot 10^{+159}:\\ \;\;\;\;\left(\mathsf{fma}\left(-1, y5 \cdot y, y1 \cdot z\right) \cdot y3\right) \cdot a\\ \mathbf{elif}\;k \leq 6.8 \cdot 10^{+245}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-y, y5, y1 \cdot z\right) \cdot k\right) \cdot \left(-i\right)\\ \end{array} \]
                                                                        10. Add Preprocessing

                                                                        Alternative 10: 31.7% accurate, 2.6× speedup?

                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ t_2 := \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -3 \cdot 10^{-99}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\ \;\;\;\;t\_2 \cdot \left(y \cdot x\right)\\ \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-119}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\ \;\;\;\;\left(t\_2 \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                         :precision binary64
                                                                         (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)) (t_2 (fma a b (* (- c) i))))
                                                                           (if (<= y3 -1.05e+259)
                                                                             (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                             (if (<= y3 -9.5e+62)
                                                                               t_1
                                                                               (if (<= y3 -3e-99)
                                                                                 (* (* (fma x y2 (* (- y3) z)) c) y0)
                                                                                 (if (<= y3 -1.75e-208)
                                                                                   (* (* k z) (fma b y0 (* (- y1) i)))
                                                                                   (if (<= y3 9.6e-306)
                                                                                     (* t_2 (* y x))
                                                                                     (if (<= y3 6.8e-255)
                                                                                       (* (* (fma (- a) x (* y4 k)) y2) y1)
                                                                                       (if (<= y3 3.7e-119)
                                                                                         (* (fma (- k) y1 (* c t)) (* i z))
                                                                                         (if (<= y3 3.7e-6)
                                                                                           (* (* t_2 y) x)
                                                                                           (if (<= y3 1e+241)
                                                                                             (* (fma (- j) y4 (* a z)) (* y3 y1))
                                                                                             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) {
                                                                        	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                        	double t_2 = fma(a, b, (-c * i));
                                                                        	double tmp;
                                                                        	if (y3 <= -1.05e+259) {
                                                                        		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                        	} else if (y3 <= -9.5e+62) {
                                                                        		tmp = t_1;
                                                                        	} else if (y3 <= -3e-99) {
                                                                        		tmp = (fma(x, y2, (-y3 * z)) * c) * y0;
                                                                        	} else if (y3 <= -1.75e-208) {
                                                                        		tmp = (k * z) * fma(b, y0, (-y1 * i));
                                                                        	} else if (y3 <= 9.6e-306) {
                                                                        		tmp = t_2 * (y * x);
                                                                        	} else if (y3 <= 6.8e-255) {
                                                                        		tmp = (fma(-a, x, (y4 * k)) * y2) * y1;
                                                                        	} else if (y3 <= 3.7e-119) {
                                                                        		tmp = fma(-k, y1, (c * t)) * (i * z);
                                                                        	} else if (y3 <= 3.7e-6) {
                                                                        		tmp = (t_2 * y) * x;
                                                                        	} else if (y3 <= 1e+241) {
                                                                        		tmp = fma(-j, y4, (a * z)) * (y3 * y1);
                                                                        	} else {
                                                                        		tmp = t_1;
                                                                        	}
                                                                        	return tmp;
                                                                        }
                                                                        
                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                        	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                        	t_2 = fma(a, b, Float64(Float64(-c) * i))
                                                                        	tmp = 0.0
                                                                        	if (y3 <= -1.05e+259)
                                                                        		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                        	elseif (y3 <= -9.5e+62)
                                                                        		tmp = t_1;
                                                                        	elseif (y3 <= -3e-99)
                                                                        		tmp = Float64(Float64(fma(x, y2, Float64(Float64(-y3) * z)) * c) * y0);
                                                                        	elseif (y3 <= -1.75e-208)
                                                                        		tmp = Float64(Float64(k * z) * fma(b, y0, Float64(Float64(-y1) * i)));
                                                                        	elseif (y3 <= 9.6e-306)
                                                                        		tmp = Float64(t_2 * Float64(y * x));
                                                                        	elseif (y3 <= 6.8e-255)
                                                                        		tmp = Float64(Float64(fma(Float64(-a), x, Float64(y4 * k)) * y2) * y1);
                                                                        	elseif (y3 <= 3.7e-119)
                                                                        		tmp = Float64(fma(Float64(-k), y1, Float64(c * t)) * Float64(i * z));
                                                                        	elseif (y3 <= 3.7e-6)
                                                                        		tmp = Float64(Float64(t_2 * y) * x);
                                                                        	elseif (y3 <= 1e+241)
                                                                        		tmp = Float64(fma(Float64(-j), y4, Float64(a * z)) * Float64(y3 * y1));
                                                                        	else
                                                                        		tmp = t_1;
                                                                        	end
                                                                        	return tmp
                                                                        end
                                                                        
                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, Block[{t$95$2 = N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -9.5e+62], t$95$1, If[LessEqual[y3, -3e-99], N[(N[(N[(x * y2 + N[((-y3) * z), $MachinePrecision]), $MachinePrecision] * c), $MachinePrecision] * y0), $MachinePrecision], If[LessEqual[y3, -1.75e-208], N[(N[(k * z), $MachinePrecision] * N[(b * y0 + N[((-y1) * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 9.6e-306], N[(t$95$2 * N[(y * x), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 6.8e-255], N[(N[(N[((-a) * x + N[(y4 * k), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision] * y1), $MachinePrecision], If[LessEqual[y3, 3.7e-119], N[(N[((-k) * y1 + N[(c * t), $MachinePrecision]), $MachinePrecision] * N[(i * z), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 3.7e-6], N[(N[(t$95$2 * y), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[y3, 1e+241], N[(N[((-j) * y4 + N[(a * z), $MachinePrecision]), $MachinePrecision] * N[(y3 * y1), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]]]]]]
                                                                        
                                                                        \begin{array}{l}
                                                                        
                                                                        \\
                                                                        \begin{array}{l}
                                                                        t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                        t_2 := \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\\
                                                                        \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                        \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                        
                                                                        \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\
                                                                        \;\;\;\;t\_1\\
                                                                        
                                                                        \mathbf{elif}\;y3 \leq -3 \cdot 10^{-99}:\\
                                                                        \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\
                                                                        
                                                                        \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\
                                                                        \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\
                                                                        
                                                                        \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\
                                                                        \;\;\;\;t\_2 \cdot \left(y \cdot x\right)\\
                                                                        
                                                                        \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\
                                                                        \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\
                                                                        
                                                                        \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-119}:\\
                                                                        \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\
                                                                        
                                                                        \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\
                                                                        \;\;\;\;\left(t\_2 \cdot y\right) \cdot x\\
                                                                        
                                                                        \mathbf{elif}\;y3 \leq 10^{+241}:\\
                                                                        \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\
                                                                        
                                                                        \mathbf{else}:\\
                                                                        \;\;\;\;t\_1\\
                                                                        
                                                                        
                                                                        \end{array}
                                                                        \end{array}
                                                                        
                                                                        Derivation
                                                                        1. Split input into 9 regimes
                                                                        2. if y3 < -1.05000000000000003e259

                                                                          1. Initial program 11.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. Add Preprocessing
                                                                          3. Taylor expanded in y3 around -inf

                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                          4. Step-by-step derivation
                                                                            1. associate-*r*N/A

                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                            2. lower-*.f64N/A

                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                            3. neg-mul-1N/A

                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                            4. lower-neg.f64N/A

                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                            5. associate--l+N/A

                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                            6. *-commutativeN/A

                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                            7. lower-fma.f64N/A

                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                            8. lower--.f64N/A

                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                            9. *-commutativeN/A

                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                            10. lower-*.f64N/A

                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                            11. *-commutativeN/A

                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                            12. lower-*.f64N/A

                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                            13. sub-negN/A

                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                            14. mul-1-negN/A

                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                          5. Applied rewrites70.6%

                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                          6. Taylor expanded in y around inf

                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                          7. Step-by-step derivation
                                                                            1. Applied rewrites48.3%

                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                            2. Taylor expanded in y4 around -inf

                                                                              \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                            3. Step-by-step derivation
                                                                              1. Applied rewrites71.2%

                                                                                \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                              if -1.05000000000000003e259 < y3 < -9.5000000000000003e62 or 1.0000000000000001e241 < y3

                                                                              1. Initial program 29.2%

                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                              2. Add Preprocessing
                                                                              3. Taylor expanded in y3 around -inf

                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                              4. Step-by-step derivation
                                                                                1. associate-*r*N/A

                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                2. lower-*.f64N/A

                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                3. neg-mul-1N/A

                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                4. lower-neg.f64N/A

                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                5. associate--l+N/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                6. *-commutativeN/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                7. lower-fma.f64N/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                8. lower--.f64N/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                9. *-commutativeN/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                10. lower-*.f64N/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                11. *-commutativeN/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                12. lower-*.f64N/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                13. sub-negN/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                14. mul-1-negN/A

                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                              5. Applied rewrites72.5%

                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                              6. Taylor expanded in y around inf

                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                              7. Step-by-step derivation
                                                                                1. Applied rewrites47.7%

                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                2. Taylor expanded in y0 around -inf

                                                                                  \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                3. Step-by-step derivation
                                                                                  1. Applied rewrites64.0%

                                                                                    \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                  if -9.5000000000000003e62 < y3 < -3.00000000000000006e-99

                                                                                  1. Initial program 45.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. Add Preprocessing
                                                                                  3. Taylor expanded in y0 around inf

                                                                                    \[\leadsto \color{blue}{y0 \cdot \left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                  4. Step-by-step derivation
                                                                                    1. *-commutativeN/A

                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                    2. lower-*.f64N/A

                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                  5. Applied rewrites42.7%

                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(-y5, y2 \cdot k - y3 \cdot j, \mathsf{fma}\left(y2 \cdot x - y3 \cdot z, c, \left(-b\right) \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \cdot y0} \]
                                                                                  6. Taylor expanded in c around inf

                                                                                    \[\leadsto \left(c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) \cdot y0 \]
                                                                                  7. Step-by-step derivation
                                                                                    1. Applied rewrites40.8%

                                                                                      \[\leadsto \left(c \cdot \mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right)\right) \cdot y0 \]

                                                                                    if -3.00000000000000006e-99 < y3 < -1.74999999999999996e-208

                                                                                    1. Initial program 38.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. Add Preprocessing
                                                                                    3. Taylor expanded in z around -inf

                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                    4. Step-by-step derivation
                                                                                      1. associate-*r*N/A

                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                      2. lower-*.f64N/A

                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                      3. neg-mul-1N/A

                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                      4. lower-neg.f64N/A

                                                                                        \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                      5. associate--l+N/A

                                                                                        \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                      6. *-commutativeN/A

                                                                                        \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                      7. lower-fma.f64N/A

                                                                                        \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                      8. lower--.f64N/A

                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                      9. *-commutativeN/A

                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                      10. lower-*.f64N/A

                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                      11. *-commutativeN/A

                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                      12. lower-*.f64N/A

                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                      13. sub-negN/A

                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                      14. *-commutativeN/A

                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                      15. lower-fma.f64N/A

                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                    5. Applied rewrites55.9%

                                                                                      \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                    6. Taylor expanded in k around inf

                                                                                      \[\leadsto k \cdot \color{blue}{\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                    7. Step-by-step derivation
                                                                                      1. Applied rewrites56.2%

                                                                                        \[\leadsto \left(k \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(b, y0, \left(-i\right) \cdot y1\right)} \]

                                                                                      if -1.74999999999999996e-208 < y3 < 9.5999999999999998e-306

                                                                                      1. Initial program 18.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. Add Preprocessing
                                                                                      3. Taylor expanded in x around inf

                                                                                        \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                      4. Step-by-step derivation
                                                                                        1. *-commutativeN/A

                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                        2. lower-*.f64N/A

                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                      5. Applied rewrites50.4%

                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                      6. Taylor expanded in y around inf

                                                                                        \[\leadsto x \cdot \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right)\right)} \]
                                                                                      7. Step-by-step derivation
                                                                                        1. Applied rewrites46.4%

                                                                                          \[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)} \]

                                                                                        if 9.5999999999999998e-306 < y3 < 6.79999999999999967e-255

                                                                                        1. Initial program 50.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. Add Preprocessing
                                                                                        3. Taylor expanded in y2 around inf

                                                                                          \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                        4. Step-by-step derivation
                                                                                          1. *-commutativeN/A

                                                                                            \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                          2. lower-*.f64N/A

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

                                                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                        6. Taylor expanded in k around inf

                                                                                          \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                        7. Step-by-step derivation
                                                                                          1. Applied rewrites45.7%

                                                                                            \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                          2. Taylor expanded in y5 around -inf

                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                          3. Step-by-step derivation
                                                                                            1. Applied rewrites45.0%

                                                                                              \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                            2. Taylor expanded in y1 around inf

                                                                                              \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(a \cdot x\right) + k \cdot y4\right)\right)} \]
                                                                                            3. Step-by-step derivation
                                                                                              1. Applied rewrites63.4%

                                                                                                \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \mathsf{fma}\left(-a, x, k \cdot y4\right)\right)} \]

                                                                                              if 6.79999999999999967e-255 < y3 < 3.7000000000000001e-119

                                                                                              1. Initial program 40.5%

                                                                                                \[\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. Add Preprocessing
                                                                                              3. Taylor expanded in z around -inf

                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                              4. Step-by-step derivation
                                                                                                1. associate-*r*N/A

                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                2. lower-*.f64N/A

                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                3. neg-mul-1N/A

                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                4. lower-neg.f64N/A

                                                                                                  \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                5. associate--l+N/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                6. *-commutativeN/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                7. lower-fma.f64N/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                8. lower--.f64N/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                9. *-commutativeN/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                10. lower-*.f64N/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                11. *-commutativeN/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                12. lower-*.f64N/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                13. sub-negN/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                14. *-commutativeN/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                15. lower-fma.f64N/A

                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                              5. Applied rewrites41.1%

                                                                                                \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                              6. Taylor expanded in t around inf

                                                                                                \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                              7. Step-by-step derivation
                                                                                                1. Applied rewrites42.2%

                                                                                                  \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                2. Taylor expanded in a around inf

                                                                                                  \[\leadsto \left(-z\right) \cdot \left(a \cdot \left(b \cdot \color{blue}{t}\right)\right) \]
                                                                                                3. Step-by-step derivation
                                                                                                  1. Applied rewrites21.7%

                                                                                                    \[\leadsto \left(-z\right) \cdot \left(\left(a \cdot b\right) \cdot t\right) \]
                                                                                                  2. Taylor expanded in i around -inf

                                                                                                    \[\leadsto i \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(k \cdot y1\right) + c \cdot t\right)\right)} \]
                                                                                                  3. Step-by-step derivation
                                                                                                    1. Applied rewrites49.1%

                                                                                                      \[\leadsto \left(i \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(-k, y1, c \cdot t\right)} \]

                                                                                                    if 3.7000000000000001e-119 < y3 < 3.7000000000000002e-6

                                                                                                    1. Initial program 23.5%

                                                                                                      \[\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. Add Preprocessing
                                                                                                    3. Taylor expanded in x around inf

                                                                                                      \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                    4. Step-by-step derivation
                                                                                                      1. *-commutativeN/A

                                                                                                        \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                      2. lower-*.f64N/A

                                                                                                        \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                    5. Applied rewrites50.6%

                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                    6. Taylor expanded in y around inf

                                                                                                      \[\leadsto \left(y \cdot \left(a \cdot b - c \cdot i\right)\right) \cdot x \]
                                                                                                    7. Step-by-step derivation
                                                                                                      1. Applied rewrites47.0%

                                                                                                        \[\leadsto \left(y \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\right) \cdot x \]

                                                                                                      if 3.7000000000000002e-6 < y3 < 1.0000000000000001e241

                                                                                                      1. Initial program 29.5%

                                                                                                        \[\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. Add Preprocessing
                                                                                                      3. Taylor expanded in y3 around -inf

                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                      4. Step-by-step derivation
                                                                                                        1. associate-*r*N/A

                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                        2. lower-*.f64N/A

                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                        3. neg-mul-1N/A

                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                        4. lower-neg.f64N/A

                                                                                                          \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                        5. associate--l+N/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                        6. *-commutativeN/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                        7. lower-fma.f64N/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                        8. lower--.f64N/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                        9. *-commutativeN/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                        10. lower-*.f64N/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                        11. *-commutativeN/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                        12. lower-*.f64N/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                        13. sub-negN/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                        14. mul-1-negN/A

                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                      5. Applied rewrites48.4%

                                                                                                        \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                      6. Taylor expanded in y around inf

                                                                                                        \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                      7. Step-by-step derivation
                                                                                                        1. Applied rewrites24.3%

                                                                                                          \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                        2. Taylor expanded in y1 around -inf

                                                                                                          \[\leadsto y1 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(j \cdot y4\right) + a \cdot z\right)\right)} \]
                                                                                                        3. Step-by-step derivation
                                                                                                          1. Applied rewrites46.3%

                                                                                                            \[\leadsto \left(y1 \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y4, a \cdot z\right)} \]
                                                                                                        4. Recombined 9 regimes into one program.
                                                                                                        5. Final simplification53.2%

                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -3 \cdot 10^{-99}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-119}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                        6. Add Preprocessing

                                                                                                        Alternative 11: 30.2% accurate, 2.8× speedup?

                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ t_2 := \mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -3 \cdot 10^{-99}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-115}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{+241}:\\ \;\;\;\;t\_2\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                         :precision binary64
                                                                                                         (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0))
                                                                                                                (t_2 (* (fma (- j) y1 (* c y)) (* y4 y3))))
                                                                                                           (if (<= y3 -1.05e+259)
                                                                                                             t_2
                                                                                                             (if (<= y3 -9.5e+62)
                                                                                                               t_1
                                                                                                               (if (<= y3 -3e-99)
                                                                                                                 (* (* (fma x y2 (* (- y3) z)) c) y0)
                                                                                                                 (if (<= y3 -1.75e-208)
                                                                                                                   (* (* k z) (fma b y0 (* (- y1) i)))
                                                                                                                   (if (<= y3 9.6e-306)
                                                                                                                     (* (fma a b (* (- c) i)) (* y x))
                                                                                                                     (if (<= y3 6.8e-255)
                                                                                                                       (* (* (fma (- a) x (* y4 k)) y2) y1)
                                                                                                                       (if (<= y3 1.05e-115)
                                                                                                                         (* (fma (- k) y1 (* c t)) (* i z))
                                                                                                                         (if (<= y3 1.6e+241) t_2 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) {
                                                                                                        	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                        	double t_2 = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                        	double tmp;
                                                                                                        	if (y3 <= -1.05e+259) {
                                                                                                        		tmp = t_2;
                                                                                                        	} else if (y3 <= -9.5e+62) {
                                                                                                        		tmp = t_1;
                                                                                                        	} else if (y3 <= -3e-99) {
                                                                                                        		tmp = (fma(x, y2, (-y3 * z)) * c) * y0;
                                                                                                        	} else if (y3 <= -1.75e-208) {
                                                                                                        		tmp = (k * z) * fma(b, y0, (-y1 * i));
                                                                                                        	} else if (y3 <= 9.6e-306) {
                                                                                                        		tmp = fma(a, b, (-c * i)) * (y * x);
                                                                                                        	} else if (y3 <= 6.8e-255) {
                                                                                                        		tmp = (fma(-a, x, (y4 * k)) * y2) * y1;
                                                                                                        	} else if (y3 <= 1.05e-115) {
                                                                                                        		tmp = fma(-k, y1, (c * t)) * (i * z);
                                                                                                        	} else if (y3 <= 1.6e+241) {
                                                                                                        		tmp = t_2;
                                                                                                        	} else {
                                                                                                        		tmp = t_1;
                                                                                                        	}
                                                                                                        	return tmp;
                                                                                                        }
                                                                                                        
                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                        	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                        	t_2 = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3))
                                                                                                        	tmp = 0.0
                                                                                                        	if (y3 <= -1.05e+259)
                                                                                                        		tmp = t_2;
                                                                                                        	elseif (y3 <= -9.5e+62)
                                                                                                        		tmp = t_1;
                                                                                                        	elseif (y3 <= -3e-99)
                                                                                                        		tmp = Float64(Float64(fma(x, y2, Float64(Float64(-y3) * z)) * c) * y0);
                                                                                                        	elseif (y3 <= -1.75e-208)
                                                                                                        		tmp = Float64(Float64(k * z) * fma(b, y0, Float64(Float64(-y1) * i)));
                                                                                                        	elseif (y3 <= 9.6e-306)
                                                                                                        		tmp = Float64(fma(a, b, Float64(Float64(-c) * i)) * Float64(y * x));
                                                                                                        	elseif (y3 <= 6.8e-255)
                                                                                                        		tmp = Float64(Float64(fma(Float64(-a), x, Float64(y4 * k)) * y2) * y1);
                                                                                                        	elseif (y3 <= 1.05e-115)
                                                                                                        		tmp = Float64(fma(Float64(-k), y1, Float64(c * t)) * Float64(i * z));
                                                                                                        	elseif (y3 <= 1.6e+241)
                                                                                                        		tmp = t_2;
                                                                                                        	else
                                                                                                        		tmp = t_1;
                                                                                                        	end
                                                                                                        	return tmp
                                                                                                        end
                                                                                                        
                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, Block[{t$95$2 = N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], t$95$2, If[LessEqual[y3, -9.5e+62], t$95$1, If[LessEqual[y3, -3e-99], N[(N[(N[(x * y2 + N[((-y3) * z), $MachinePrecision]), $MachinePrecision] * c), $MachinePrecision] * y0), $MachinePrecision], If[LessEqual[y3, -1.75e-208], N[(N[(k * z), $MachinePrecision] * N[(b * y0 + N[((-y1) * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 9.6e-306], N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * N[(y * x), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 6.8e-255], N[(N[(N[((-a) * x + N[(y4 * k), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision] * y1), $MachinePrecision], If[LessEqual[y3, 1.05e-115], N[(N[((-k) * y1 + N[(c * t), $MachinePrecision]), $MachinePrecision] * N[(i * z), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1.6e+241], t$95$2, t$95$1]]]]]]]]]]
                                                                                                        
                                                                                                        \begin{array}{l}
                                                                                                        
                                                                                                        \\
                                                                                                        \begin{array}{l}
                                                                                                        t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                        t_2 := \mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                        \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                        \;\;\;\;t\_2\\
                                                                                                        
                                                                                                        \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\
                                                                                                        \;\;\;\;t\_1\\
                                                                                                        
                                                                                                        \mathbf{elif}\;y3 \leq -3 \cdot 10^{-99}:\\
                                                                                                        \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\
                                                                                                        
                                                                                                        \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\
                                                                                                        \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\
                                                                                                        
                                                                                                        \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\
                                                                                                        \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\
                                                                                                        
                                                                                                        \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\
                                                                                                        \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\
                                                                                                        
                                                                                                        \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-115}:\\
                                                                                                        \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\
                                                                                                        
                                                                                                        \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{+241}:\\
                                                                                                        \;\;\;\;t\_2\\
                                                                                                        
                                                                                                        \mathbf{else}:\\
                                                                                                        \;\;\;\;t\_1\\
                                                                                                        
                                                                                                        
                                                                                                        \end{array}
                                                                                                        \end{array}
                                                                                                        
                                                                                                        Derivation
                                                                                                        1. Split input into 7 regimes
                                                                                                        2. if y3 < -1.05000000000000003e259 or 1.05000000000000001e-115 < y3 < 1.60000000000000002e241

                                                                                                          1. Initial program 24.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. Add Preprocessing
                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                          4. Step-by-step derivation
                                                                                                            1. associate-*r*N/A

                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                            2. lower-*.f64N/A

                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                            3. neg-mul-1N/A

                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                            4. lower-neg.f64N/A

                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                            5. associate--l+N/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                            6. *-commutativeN/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                            7. lower-fma.f64N/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                            8. lower--.f64N/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                            9. *-commutativeN/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                            10. lower-*.f64N/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                            11. *-commutativeN/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                            12. lower-*.f64N/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                            13. sub-negN/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                            14. mul-1-negN/A

                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                          5. Applied rewrites49.6%

                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                          6. Taylor expanded in y around inf

                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                          7. Step-by-step derivation
                                                                                                            1. Applied rewrites27.9%

                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                            2. Taylor expanded in y4 around -inf

                                                                                                              \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                            3. Step-by-step derivation
                                                                                                              1. Applied rewrites45.3%

                                                                                                                \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                              if -1.05000000000000003e259 < y3 < -9.5000000000000003e62 or 1.60000000000000002e241 < y3

                                                                                                              1. Initial program 29.2%

                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                              2. Add Preprocessing
                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                              4. Step-by-step derivation
                                                                                                                1. associate-*r*N/A

                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                2. lower-*.f64N/A

                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                3. neg-mul-1N/A

                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                4. lower-neg.f64N/A

                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                5. associate--l+N/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                6. *-commutativeN/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                7. lower-fma.f64N/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                8. lower--.f64N/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                9. *-commutativeN/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                10. lower-*.f64N/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                11. *-commutativeN/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                12. lower-*.f64N/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                13. sub-negN/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                14. mul-1-negN/A

                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                              5. Applied rewrites72.5%

                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                              6. Taylor expanded in y around inf

                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                              7. Step-by-step derivation
                                                                                                                1. Applied rewrites47.7%

                                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                2. Taylor expanded in y0 around -inf

                                                                                                                  \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                3. Step-by-step derivation
                                                                                                                  1. Applied rewrites64.0%

                                                                                                                    \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                  if -9.5000000000000003e62 < y3 < -3.00000000000000006e-99

                                                                                                                  1. Initial program 45.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. Add Preprocessing
                                                                                                                  3. Taylor expanded in y0 around inf

                                                                                                                    \[\leadsto \color{blue}{y0 \cdot \left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                  4. Step-by-step derivation
                                                                                                                    1. *-commutativeN/A

                                                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                                                    2. lower-*.f64N/A

                                                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                                                  5. Applied rewrites42.7%

                                                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(-y5, y2 \cdot k - y3 \cdot j, \mathsf{fma}\left(y2 \cdot x - y3 \cdot z, c, \left(-b\right) \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \cdot y0} \]
                                                                                                                  6. Taylor expanded in c around inf

                                                                                                                    \[\leadsto \left(c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) \cdot y0 \]
                                                                                                                  7. Step-by-step derivation
                                                                                                                    1. Applied rewrites40.8%

                                                                                                                      \[\leadsto \left(c \cdot \mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right)\right) \cdot y0 \]

                                                                                                                    if -3.00000000000000006e-99 < y3 < -1.74999999999999996e-208

                                                                                                                    1. Initial program 38.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. Add Preprocessing
                                                                                                                    3. Taylor expanded in z around -inf

                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                    4. Step-by-step derivation
                                                                                                                      1. associate-*r*N/A

                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                      2. lower-*.f64N/A

                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                      3. neg-mul-1N/A

                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                      4. lower-neg.f64N/A

                                                                                                                        \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                      5. associate--l+N/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                      6. *-commutativeN/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                      7. lower-fma.f64N/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                      8. lower--.f64N/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                      9. *-commutativeN/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                      10. lower-*.f64N/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                      11. *-commutativeN/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                      12. lower-*.f64N/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                      13. sub-negN/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                      14. *-commutativeN/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                      15. lower-fma.f64N/A

                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                    5. Applied rewrites55.9%

                                                                                                                      \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                    6. Taylor expanded in k around inf

                                                                                                                      \[\leadsto k \cdot \color{blue}{\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                    7. Step-by-step derivation
                                                                                                                      1. Applied rewrites56.2%

                                                                                                                        \[\leadsto \left(k \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(b, y0, \left(-i\right) \cdot y1\right)} \]

                                                                                                                      if -1.74999999999999996e-208 < y3 < 9.5999999999999998e-306

                                                                                                                      1. Initial program 18.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. Add Preprocessing
                                                                                                                      3. Taylor expanded in x around inf

                                                                                                                        \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                      4. Step-by-step derivation
                                                                                                                        1. *-commutativeN/A

                                                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                        2. lower-*.f64N/A

                                                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                      5. Applied rewrites50.4%

                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                      6. Taylor expanded in y around inf

                                                                                                                        \[\leadsto x \cdot \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right)\right)} \]
                                                                                                                      7. Step-by-step derivation
                                                                                                                        1. Applied rewrites46.4%

                                                                                                                          \[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)} \]

                                                                                                                        if 9.5999999999999998e-306 < y3 < 6.79999999999999967e-255

                                                                                                                        1. Initial program 50.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. Add Preprocessing
                                                                                                                        3. Taylor expanded in y2 around inf

                                                                                                                          \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                        4. Step-by-step derivation
                                                                                                                          1. *-commutativeN/A

                                                                                                                            \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                          2. lower-*.f64N/A

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

                                                                                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                        6. Taylor expanded in k around inf

                                                                                                                          \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                        7. Step-by-step derivation
                                                                                                                          1. Applied rewrites45.7%

                                                                                                                            \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                          2. Taylor expanded in y5 around -inf

                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                          3. Step-by-step derivation
                                                                                                                            1. Applied rewrites45.0%

                                                                                                                              \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                                                            2. Taylor expanded in y1 around inf

                                                                                                                              \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(a \cdot x\right) + k \cdot y4\right)\right)} \]
                                                                                                                            3. Step-by-step derivation
                                                                                                                              1. Applied rewrites63.4%

                                                                                                                                \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \mathsf{fma}\left(-a, x, k \cdot y4\right)\right)} \]

                                                                                                                              if 6.79999999999999967e-255 < y3 < 1.05000000000000001e-115

                                                                                                                              1. Initial program 40.5%

                                                                                                                                \[\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. Add Preprocessing
                                                                                                                              3. Taylor expanded in z around -inf

                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                              4. Step-by-step derivation
                                                                                                                                1. associate-*r*N/A

                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                2. lower-*.f64N/A

                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                3. neg-mul-1N/A

                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                  \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                5. associate--l+N/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                6. *-commutativeN/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                8. lower--.f64N/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                9. *-commutativeN/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                10. lower-*.f64N/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                11. *-commutativeN/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                12. lower-*.f64N/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                13. sub-negN/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                14. *-commutativeN/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                15. lower-fma.f64N/A

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                              5. Applied rewrites41.1%

                                                                                                                                \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                              6. Taylor expanded in t around inf

                                                                                                                                \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                              7. Step-by-step derivation
                                                                                                                                1. Applied rewrites42.2%

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                2. Taylor expanded in a around inf

                                                                                                                                  \[\leadsto \left(-z\right) \cdot \left(a \cdot \left(b \cdot \color{blue}{t}\right)\right) \]
                                                                                                                                3. Step-by-step derivation
                                                                                                                                  1. Applied rewrites21.7%

                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(\left(a \cdot b\right) \cdot t\right) \]
                                                                                                                                  2. Taylor expanded in i around -inf

                                                                                                                                    \[\leadsto i \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(k \cdot y1\right) + c \cdot t\right)\right)} \]
                                                                                                                                  3. Step-by-step derivation
                                                                                                                                    1. Applied rewrites49.1%

                                                                                                                                      \[\leadsto \left(i \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(-k, y1, c \cdot t\right)} \]
                                                                                                                                  4. Recombined 7 regimes into one program.
                                                                                                                                  5. Final simplification51.1%

                                                                                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -3 \cdot 10^{-99}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-115}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                  6. Add Preprocessing

                                                                                                                                  Alternative 12: 36.1% accurate, 2.9× speedup?

                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -2.9 \cdot 10^{+78}:\\ \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{-79}:\\ \;\;\;\;\left(\mathsf{fma}\left(-1, y1 \cdot x, y5 \cdot t\right) \cdot y2\right) \cdot a\\ \mathbf{elif}\;y3 \leq 1.55 \cdot 10^{+175}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \end{array} \]
                                                                                                                                  (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                   :precision binary64
                                                                                                                                   (if (<= y3 -3.5e+259)
                                                                                                                                     (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                     (if (<= y3 -2.9e+78)
                                                                                                                                       (* (* (fma c y0 (* (- y1) a)) z) (- y3))
                                                                                                                                       (if (<= y3 -9.5e-79)
                                                                                                                                         (* (* (fma -1.0 (* y1 x) (* y5 t)) y2) a)
                                                                                                                                         (if (<= y3 1.55e+175)
                                                                                                                                           (* (fma (- (* j t) (* k y)) i (* (fma k y2 (* (- j) y3)) y0)) (- y5))
                                                                                                                                           (if (<= y3 1e+241)
                                                                                                                                             (* (fma (- j) y4 (* a z)) (* y3 y1))
                                                                                                                                             (* (* (fma (- c) z (* y5 j)) y3) 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 tmp;
                                                                                                                                  	if (y3 <= -3.5e+259) {
                                                                                                                                  		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                  	} else if (y3 <= -2.9e+78) {
                                                                                                                                  		tmp = (fma(c, y0, (-y1 * a)) * z) * -y3;
                                                                                                                                  	} else if (y3 <= -9.5e-79) {
                                                                                                                                  		tmp = (fma(-1.0, (y1 * x), (y5 * t)) * y2) * a;
                                                                                                                                  	} else if (y3 <= 1.55e+175) {
                                                                                                                                  		tmp = fma(((j * t) - (k * y)), i, (fma(k, y2, (-j * y3)) * y0)) * -y5;
                                                                                                                                  	} else if (y3 <= 1e+241) {
                                                                                                                                  		tmp = fma(-j, y4, (a * z)) * (y3 * y1);
                                                                                                                                  	} else {
                                                                                                                                  		tmp = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                  	}
                                                                                                                                  	return tmp;
                                                                                                                                  }
                                                                                                                                  
                                                                                                                                  function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                  	tmp = 0.0
                                                                                                                                  	if (y3 <= -3.5e+259)
                                                                                                                                  		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                  	elseif (y3 <= -2.9e+78)
                                                                                                                                  		tmp = Float64(Float64(fma(c, y0, Float64(Float64(-y1) * a)) * z) * Float64(-y3));
                                                                                                                                  	elseif (y3 <= -9.5e-79)
                                                                                                                                  		tmp = Float64(Float64(fma(-1.0, Float64(y1 * x), Float64(y5 * t)) * y2) * a);
                                                                                                                                  	elseif (y3 <= 1.55e+175)
                                                                                                                                  		tmp = Float64(fma(Float64(Float64(j * t) - Float64(k * y)), i, Float64(fma(k, y2, Float64(Float64(-j) * y3)) * y0)) * Float64(-y5));
                                                                                                                                  	elseif (y3 <= 1e+241)
                                                                                                                                  		tmp = Float64(fma(Float64(-j), y4, Float64(a * z)) * Float64(y3 * y1));
                                                                                                                                  	else
                                                                                                                                  		tmp = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0);
                                                                                                                                  	end
                                                                                                                                  	return tmp
                                                                                                                                  end
                                                                                                                                  
                                                                                                                                  code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y3, -3.5e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -2.9e+78], N[(N[(N[(c * y0 + N[((-y1) * a), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * (-y3)), $MachinePrecision], If[LessEqual[y3, -9.5e-79], N[(N[(N[(-1.0 * N[(y1 * x), $MachinePrecision] + N[(y5 * t), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision] * a), $MachinePrecision], If[LessEqual[y3, 1.55e+175], N[(N[(N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision] * i + N[(N[(k * y2 + N[((-j) * y3), $MachinePrecision]), $MachinePrecision] * y0), $MachinePrecision]), $MachinePrecision] * (-y5)), $MachinePrecision], If[LessEqual[y3, 1e+241], N[(N[((-j) * y4 + N[(a * z), $MachinePrecision]), $MachinePrecision] * N[(y3 * y1), $MachinePrecision]), $MachinePrecision], N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]]]]]]
                                                                                                                                  
                                                                                                                                  \begin{array}{l}
                                                                                                                                  
                                                                                                                                  \\
                                                                                                                                  \begin{array}{l}
                                                                                                                                  \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\
                                                                                                                                  \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                  
                                                                                                                                  \mathbf{elif}\;y3 \leq -2.9 \cdot 10^{+78}:\\
                                                                                                                                  \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\
                                                                                                                                  
                                                                                                                                  \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{-79}:\\
                                                                                                                                  \;\;\;\;\left(\mathsf{fma}\left(-1, y1 \cdot x, y5 \cdot t\right) \cdot y2\right) \cdot a\\
                                                                                                                                  
                                                                                                                                  \mathbf{elif}\;y3 \leq 1.55 \cdot 10^{+175}:\\
                                                                                                                                  \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\
                                                                                                                                  
                                                                                                                                  \mathbf{elif}\;y3 \leq 10^{+241}:\\
                                                                                                                                  \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\
                                                                                                                                  
                                                                                                                                  \mathbf{else}:\\
                                                                                                                                  \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                  
                                                                                                                                  
                                                                                                                                  \end{array}
                                                                                                                                  \end{array}
                                                                                                                                  
                                                                                                                                  Derivation
                                                                                                                                  1. Split input into 6 regimes
                                                                                                                                  2. if y3 < -3.4999999999999998e259

                                                                                                                                    1. Initial program 12.5%

                                                                                                                                      \[\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. Add Preprocessing
                                                                                                                                    3. Taylor expanded in y3 around -inf

                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                    4. Step-by-step derivation
                                                                                                                                      1. associate-*r*N/A

                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                      5. associate--l+N/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                      6. *-commutativeN/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                      8. lower--.f64N/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                      9. *-commutativeN/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                      11. *-commutativeN/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                      13. sub-negN/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                      14. mul-1-negN/A

                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                    5. Applied rewrites68.8%

                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                    6. Taylor expanded in y around inf

                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                    7. Step-by-step derivation
                                                                                                                                      1. Applied rewrites51.0%

                                                                                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                      2. Taylor expanded in y4 around -inf

                                                                                                                                        \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                      3. Step-by-step derivation
                                                                                                                                        1. Applied rewrites75.6%

                                                                                                                                          \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                        if -3.4999999999999998e259 < y3 < -2.90000000000000017e78

                                                                                                                                        1. Initial program 35.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. Add Preprocessing
                                                                                                                                        3. Taylor expanded in y3 around -inf

                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                        4. Step-by-step derivation
                                                                                                                                          1. associate-*r*N/A

                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                          5. associate--l+N/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                          6. *-commutativeN/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                          8. lower--.f64N/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                          9. *-commutativeN/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                          11. *-commutativeN/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                          12. lower-*.f64N/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                          13. sub-negN/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                          14. mul-1-negN/A

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                        5. Applied rewrites72.7%

                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                        6. Taylor expanded in z around inf

                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \left(z \cdot \color{blue}{\left(c \cdot y0 - a \cdot y1\right)}\right) \]
                                                                                                                                        7. Step-by-step derivation
                                                                                                                                          1. Applied rewrites55.1%

                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \left(z \cdot \color{blue}{\mathsf{fma}\left(c, y0, \left(-a\right) \cdot y1\right)}\right) \]

                                                                                                                                          if -2.90000000000000017e78 < y3 < -9.4999999999999997e-79

                                                                                                                                          1. Initial program 46.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. Add Preprocessing
                                                                                                                                          3. Taylor expanded in y2 around inf

                                                                                                                                            \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                          4. Step-by-step derivation
                                                                                                                                            1. *-commutativeN/A

                                                                                                                                              \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                            2. lower-*.f64N/A

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

                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                          6. Taylor expanded in a around inf

                                                                                                                                            \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                          7. Step-by-step derivation
                                                                                                                                            1. Applied rewrites41.5%

                                                                                                                                              \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \mathsf{fma}\left(-1, x \cdot y1, t \cdot y5\right)\right)} \]

                                                                                                                                            if -9.4999999999999997e-79 < y3 < 1.54999999999999992e175

                                                                                                                                            1. Initial program 32.6%

                                                                                                                                              \[\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. Add Preprocessing
                                                                                                                                            3. Taylor expanded in y5 around -inf

                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                            4. Step-by-step derivation
                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                              5. associate--l+N/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                              9. lower-*.f64N/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                              11. sub-negN/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                              12. *-commutativeN/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                              13. mul-1-negN/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                                                                                                                              14. lower-fma.f64N/A

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                            5. Applied rewrites40.7%

                                                                                                                                              \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                            6. Taylor expanded in a around 0

                                                                                                                                              \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) \]
                                                                                                                                            7. Step-by-step derivation
                                                                                                                                              1. Applied rewrites40.2%

                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right)\right) \]

                                                                                                                                              if 1.54999999999999992e175 < y3 < 1.0000000000000001e241

                                                                                                                                              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. Add Preprocessing
                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                5. associate--l+N/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                13. sub-negN/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                              5. Applied rewrites75.0%

                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                              6. Taylor expanded in y around inf

                                                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                1. Applied rewrites26.1%

                                                                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                2. Taylor expanded in y1 around -inf

                                                                                                                                                  \[\leadsto y1 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(j \cdot y4\right) + a \cdot z\right)\right)} \]
                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                  1. Applied rewrites83.9%

                                                                                                                                                    \[\leadsto \left(y1 \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y4, a \cdot z\right)} \]

                                                                                                                                                  if 1.0000000000000001e241 < y3

                                                                                                                                                  1. Initial program 16.7%

                                                                                                                                                    \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                  2. Add Preprocessing
                                                                                                                                                  3. Taylor expanded in y3 around -inf

                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                    1. associate-*r*N/A

                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                    3. neg-mul-1N/A

                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                    4. lower-neg.f64N/A

                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                    5. associate--l+N/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                    6. *-commutativeN/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                    9. *-commutativeN/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                    11. *-commutativeN/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                    12. lower-*.f64N/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                    13. sub-negN/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                    14. mul-1-negN/A

                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                  5. Applied rewrites72.2%

                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                  6. Taylor expanded in y around inf

                                                                                                                                                    \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                    1. Applied rewrites55.8%

                                                                                                                                                      \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                    2. Taylor expanded in y0 around -inf

                                                                                                                                                      \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                      1. Applied rewrites84.4%

                                                                                                                                                        \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]
                                                                                                                                                    4. Recombined 6 regimes into one program.
                                                                                                                                                    5. Final simplification49.8%

                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -2.9 \cdot 10^{+78}:\\ \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{-79}:\\ \;\;\;\;\left(\mathsf{fma}\left(-1, y1 \cdot x, y5 \cdot t\right) \cdot y2\right) \cdot a\\ \mathbf{elif}\;y3 \leq 1.55 \cdot 10^{+175}:\\ \;\;\;\;\mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(k, y2, \left(-j\right) \cdot y3\right) \cdot y0\right) \cdot \left(-y5\right)\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                    6. Add Preprocessing

                                                                                                                                                    Alternative 13: 32.2% accurate, 3.0× speedup?

                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ t_2 := \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.4 \cdot 10^{+92}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -9 \cdot 10^{-185}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\ \mathbf{elif}\;y3 \leq -4.5 \cdot 10^{-268}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\ \;\;\;\;\left(t\_2 \cdot k\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot t\_2\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                    (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                     :precision binary64
                                                                                                                                                     (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0))
                                                                                                                                                            (t_2 (fma y1 y4 (* (- y5) y0))))
                                                                                                                                                       (if (<= y3 -1.05e+259)
                                                                                                                                                         (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                         (if (<= y3 -9.4e+92)
                                                                                                                                                           t_1
                                                                                                                                                           (if (<= y3 -9e-185)
                                                                                                                                                             (* (* (- y5) y2) (fma (- a) t (* y0 k)))
                                                                                                                                                             (if (<= y3 -4.5e-268)
                                                                                                                                                               (* (* (fma (- c) x (* y5 k)) y) i)
                                                                                                                                                               (if (<= y3 2.6e-161)
                                                                                                                                                                 (* (* t_2 k) y2)
                                                                                                                                                                 (if (<= y3 2.5e-5)
                                                                                                                                                                   (* (* (fma a b (* (- c) i)) y) x)
                                                                                                                                                                   (if (<= y3 1.65e+241) (* (* (- j) y3) t_2) 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) {
                                                                                                                                                    	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                    	double t_2 = fma(y1, y4, (-y5 * y0));
                                                                                                                                                    	double tmp;
                                                                                                                                                    	if (y3 <= -1.05e+259) {
                                                                                                                                                    		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                    	} else if (y3 <= -9.4e+92) {
                                                                                                                                                    		tmp = t_1;
                                                                                                                                                    	} else if (y3 <= -9e-185) {
                                                                                                                                                    		tmp = (-y5 * y2) * fma(-a, t, (y0 * k));
                                                                                                                                                    	} else if (y3 <= -4.5e-268) {
                                                                                                                                                    		tmp = (fma(-c, x, (y5 * k)) * y) * i;
                                                                                                                                                    	} else if (y3 <= 2.6e-161) {
                                                                                                                                                    		tmp = (t_2 * k) * y2;
                                                                                                                                                    	} else if (y3 <= 2.5e-5) {
                                                                                                                                                    		tmp = (fma(a, b, (-c * i)) * y) * x;
                                                                                                                                                    	} else if (y3 <= 1.65e+241) {
                                                                                                                                                    		tmp = (-j * y3) * t_2;
                                                                                                                                                    	} else {
                                                                                                                                                    		tmp = t_1;
                                                                                                                                                    	}
                                                                                                                                                    	return tmp;
                                                                                                                                                    }
                                                                                                                                                    
                                                                                                                                                    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                    	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                    	t_2 = fma(y1, y4, Float64(Float64(-y5) * y0))
                                                                                                                                                    	tmp = 0.0
                                                                                                                                                    	if (y3 <= -1.05e+259)
                                                                                                                                                    		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                    	elseif (y3 <= -9.4e+92)
                                                                                                                                                    		tmp = t_1;
                                                                                                                                                    	elseif (y3 <= -9e-185)
                                                                                                                                                    		tmp = Float64(Float64(Float64(-y5) * y2) * fma(Float64(-a), t, Float64(y0 * k)));
                                                                                                                                                    	elseif (y3 <= -4.5e-268)
                                                                                                                                                    		tmp = Float64(Float64(fma(Float64(-c), x, Float64(y5 * k)) * y) * i);
                                                                                                                                                    	elseif (y3 <= 2.6e-161)
                                                                                                                                                    		tmp = Float64(Float64(t_2 * k) * y2);
                                                                                                                                                    	elseif (y3 <= 2.5e-5)
                                                                                                                                                    		tmp = Float64(Float64(fma(a, b, Float64(Float64(-c) * i)) * y) * x);
                                                                                                                                                    	elseif (y3 <= 1.65e+241)
                                                                                                                                                    		tmp = Float64(Float64(Float64(-j) * y3) * t_2);
                                                                                                                                                    	else
                                                                                                                                                    		tmp = t_1;
                                                                                                                                                    	end
                                                                                                                                                    	return tmp
                                                                                                                                                    end
                                                                                                                                                    
                                                                                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, Block[{t$95$2 = N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -9.4e+92], t$95$1, If[LessEqual[y3, -9e-185], N[(N[((-y5) * y2), $MachinePrecision] * N[((-a) * t + N[(y0 * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -4.5e-268], N[(N[(N[((-c) * x + N[(y5 * k), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * i), $MachinePrecision], If[LessEqual[y3, 2.6e-161], N[(N[(t$95$2 * k), $MachinePrecision] * y2), $MachinePrecision], If[LessEqual[y3, 2.5e-5], N[(N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[y3, 1.65e+241], N[(N[((-j) * y3), $MachinePrecision] * t$95$2), $MachinePrecision], t$95$1]]]]]]]]]
                                                                                                                                                    
                                                                                                                                                    \begin{array}{l}
                                                                                                                                                    
                                                                                                                                                    \\
                                                                                                                                                    \begin{array}{l}
                                                                                                                                                    t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                    t_2 := \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\
                                                                                                                                                    \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                    \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                    
                                                                                                                                                    \mathbf{elif}\;y3 \leq -9.4 \cdot 10^{+92}:\\
                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                    
                                                                                                                                                    \mathbf{elif}\;y3 \leq -9 \cdot 10^{-185}:\\
                                                                                                                                                    \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\
                                                                                                                                                    
                                                                                                                                                    \mathbf{elif}\;y3 \leq -4.5 \cdot 10^{-268}:\\
                                                                                                                                                    \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\
                                                                                                                                                    
                                                                                                                                                    \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\
                                                                                                                                                    \;\;\;\;\left(t\_2 \cdot k\right) \cdot y2\\
                                                                                                                                                    
                                                                                                                                                    \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\
                                                                                                                                                    \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\
                                                                                                                                                    
                                                                                                                                                    \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\
                                                                                                                                                    \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot t\_2\\
                                                                                                                                                    
                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                    
                                                                                                                                                    
                                                                                                                                                    \end{array}
                                                                                                                                                    \end{array}
                                                                                                                                                    
                                                                                                                                                    Derivation
                                                                                                                                                    1. Split input into 7 regimes
                                                                                                                                                    2. if y3 < -1.05000000000000003e259

                                                                                                                                                      1. Initial program 11.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. Add Preprocessing
                                                                                                                                                      3. Taylor expanded in y3 around -inf

                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                        1. associate-*r*N/A

                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                        3. neg-mul-1N/A

                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                        4. lower-neg.f64N/A

                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                        5. associate--l+N/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                        6. *-commutativeN/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                        8. lower--.f64N/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                        9. *-commutativeN/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                        10. lower-*.f64N/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                        11. *-commutativeN/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                        12. lower-*.f64N/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                        13. sub-negN/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                        14. mul-1-negN/A

                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                      5. Applied rewrites70.6%

                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                      6. Taylor expanded in y around inf

                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                        1. Applied rewrites48.3%

                                                                                                                                                          \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                        2. Taylor expanded in y4 around -inf

                                                                                                                                                          \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                          1. Applied rewrites71.2%

                                                                                                                                                            \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                          if -1.05000000000000003e259 < y3 < -9.4000000000000001e92 or 1.65e241 < y3

                                                                                                                                                          1. Initial program 31.5%

                                                                                                                                                            \[\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. Add Preprocessing
                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                            13. sub-negN/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                          5. Applied rewrites74.3%

                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                            1. Applied rewrites47.6%

                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                            2. Taylor expanded in y0 around -inf

                                                                                                                                                              \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                              1. Applied rewrites67.0%

                                                                                                                                                                \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                              if -9.4000000000000001e92 < y3 < -9.0000000000000003e-185

                                                                                                                                                              1. Initial program 37.2%

                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                              3. Taylor expanded in y2 around inf

                                                                                                                                                                \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                1. *-commutativeN/A

                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                2. lower-*.f64N/A

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

                                                                                                                                                                \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                              6. Taylor expanded in k around inf

                                                                                                                                                                \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                1. Applied rewrites28.9%

                                                                                                                                                                  \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                2. Taylor expanded in y5 around -inf

                                                                                                                                                                  \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                  1. Applied rewrites40.3%

                                                                                                                                                                    \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]

                                                                                                                                                                  if -9.0000000000000003e-185 < y3 < -4.5000000000000001e-268

                                                                                                                                                                  1. Initial program 23.5%

                                                                                                                                                                    \[\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. Add Preprocessing
                                                                                                                                                                  3. Taylor expanded in i around -inf

                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                    1. associate-*r*N/A

                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                    3. neg-mul-1N/A

                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                    4. lower-neg.f64N/A

                                                                                                                                                                      \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                    5. associate--l+N/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                    6. *-commutativeN/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                    9. *-commutativeN/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                    11. lower-*.f64N/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                    13. *-commutativeN/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                    14. lower-fma.f64N/A

                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                  5. Applied rewrites42.4%

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

                                                                                                                                                                    \[\leadsto i \cdot \color{blue}{\left(y \cdot \left(-1 \cdot \left(c \cdot x\right) + k \cdot y5\right)\right)} \]
                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                    1. Applied rewrites48.3%

                                                                                                                                                                      \[\leadsto i \cdot \color{blue}{\left(y \cdot \mathsf{fma}\left(-c, x, k \cdot y5\right)\right)} \]

                                                                                                                                                                    if -4.5000000000000001e-268 < y3 < 2.59999999999999995e-161

                                                                                                                                                                    1. Initial program 42.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. Add Preprocessing
                                                                                                                                                                    3. Taylor expanded in y2 around inf

                                                                                                                                                                      \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                      1. *-commutativeN/A

                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                      2. lower-*.f64N/A

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

                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                    6. Taylor expanded in k around inf

                                                                                                                                                                      \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                      1. Applied rewrites46.7%

                                                                                                                                                                        \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]

                                                                                                                                                                      if 2.59999999999999995e-161 < y3 < 2.50000000000000012e-5

                                                                                                                                                                      1. Initial program 30.2%

                                                                                                                                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                      2. Add Preprocessing
                                                                                                                                                                      3. Taylor expanded in x around inf

                                                                                                                                                                        \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                        1. *-commutativeN/A

                                                                                                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                      5. Applied rewrites46.5%

                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                      6. Taylor expanded in y around inf

                                                                                                                                                                        \[\leadsto \left(y \cdot \left(a \cdot b - c \cdot i\right)\right) \cdot x \]
                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                        1. Applied rewrites41.8%

                                                                                                                                                                          \[\leadsto \left(y \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\right) \cdot x \]

                                                                                                                                                                        if 2.50000000000000012e-5 < y3 < 1.65e241

                                                                                                                                                                        1. Initial program 27.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. Add Preprocessing
                                                                                                                                                                        3. Taylor expanded in y3 around -inf

                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                          1. associate-*r*N/A

                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                          5. associate--l+N/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                          6. *-commutativeN/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                          9. *-commutativeN/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                          11. *-commutativeN/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                          12. lower-*.f64N/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                          13. sub-negN/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                          14. mul-1-negN/A

                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                        5. Applied rewrites47.2%

                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                        6. Taylor expanded in j around inf

                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(j \cdot \left(y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\right)} \]
                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                          1. Applied rewrites47.9%

                                                                                                                                                                            \[\leadsto -\left(j \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right) \]
                                                                                                                                                                        8. Recombined 7 regimes into one program.
                                                                                                                                                                        9. Final simplification50.7%

                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.4 \cdot 10^{+92}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -9 \cdot 10^{-185}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\ \mathbf{elif}\;y3 \leq -4.5 \cdot 10^{-268}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\ \;\;\;\;\left(\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot k\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                        10. Add Preprocessing

                                                                                                                                                                        Alternative 14: 31.8% accurate, 3.0× speedup?

                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ t_2 := \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -6.6 \cdot 10^{-90}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -8.5 \cdot 10^{-267}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\ \;\;\;\;\left(t\_2 \cdot k\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot t\_2\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                         :precision binary64
                                                                                                                                                                         (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0))
                                                                                                                                                                                (t_2 (fma y1 y4 (* (- y5) y0))))
                                                                                                                                                                           (if (<= y3 -1.05e+259)
                                                                                                                                                                             (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                             (if (<= y3 -9.5e+62)
                                                                                                                                                                               t_1
                                                                                                                                                                               (if (<= y3 -6.6e-90)
                                                                                                                                                                                 (* (* (fma x y2 (* (- y3) z)) c) y0)
                                                                                                                                                                                 (if (<= y3 -8.5e-267)
                                                                                                                                                                                   (* (* k z) (fma b y0 (* (- y1) i)))
                                                                                                                                                                                   (if (<= y3 2.6e-161)
                                                                                                                                                                                     (* (* t_2 k) y2)
                                                                                                                                                                                     (if (<= y3 2.5e-5)
                                                                                                                                                                                       (* (* (fma a b (* (- c) i)) y) x)
                                                                                                                                                                                       (if (<= y3 1.65e+241) (* (* (- j) y3) t_2) 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) {
                                                                                                                                                                        	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                        	double t_2 = fma(y1, y4, (-y5 * y0));
                                                                                                                                                                        	double tmp;
                                                                                                                                                                        	if (y3 <= -1.05e+259) {
                                                                                                                                                                        		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                        	} else if (y3 <= -9.5e+62) {
                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                        	} else if (y3 <= -6.6e-90) {
                                                                                                                                                                        		tmp = (fma(x, y2, (-y3 * z)) * c) * y0;
                                                                                                                                                                        	} else if (y3 <= -8.5e-267) {
                                                                                                                                                                        		tmp = (k * z) * fma(b, y0, (-y1 * i));
                                                                                                                                                                        	} else if (y3 <= 2.6e-161) {
                                                                                                                                                                        		tmp = (t_2 * k) * y2;
                                                                                                                                                                        	} else if (y3 <= 2.5e-5) {
                                                                                                                                                                        		tmp = (fma(a, b, (-c * i)) * y) * x;
                                                                                                                                                                        	} else if (y3 <= 1.65e+241) {
                                                                                                                                                                        		tmp = (-j * y3) * t_2;
                                                                                                                                                                        	} else {
                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                        	}
                                                                                                                                                                        	return tmp;
                                                                                                                                                                        }
                                                                                                                                                                        
                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                        	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                        	t_2 = fma(y1, y4, Float64(Float64(-y5) * y0))
                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                        	if (y3 <= -1.05e+259)
                                                                                                                                                                        		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                        	elseif (y3 <= -9.5e+62)
                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                        	elseif (y3 <= -6.6e-90)
                                                                                                                                                                        		tmp = Float64(Float64(fma(x, y2, Float64(Float64(-y3) * z)) * c) * y0);
                                                                                                                                                                        	elseif (y3 <= -8.5e-267)
                                                                                                                                                                        		tmp = Float64(Float64(k * z) * fma(b, y0, Float64(Float64(-y1) * i)));
                                                                                                                                                                        	elseif (y3 <= 2.6e-161)
                                                                                                                                                                        		tmp = Float64(Float64(t_2 * k) * y2);
                                                                                                                                                                        	elseif (y3 <= 2.5e-5)
                                                                                                                                                                        		tmp = Float64(Float64(fma(a, b, Float64(Float64(-c) * i)) * y) * x);
                                                                                                                                                                        	elseif (y3 <= 1.65e+241)
                                                                                                                                                                        		tmp = Float64(Float64(Float64(-j) * y3) * t_2);
                                                                                                                                                                        	else
                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                        	end
                                                                                                                                                                        	return tmp
                                                                                                                                                                        end
                                                                                                                                                                        
                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, Block[{t$95$2 = N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -9.5e+62], t$95$1, If[LessEqual[y3, -6.6e-90], N[(N[(N[(x * y2 + N[((-y3) * z), $MachinePrecision]), $MachinePrecision] * c), $MachinePrecision] * y0), $MachinePrecision], If[LessEqual[y3, -8.5e-267], N[(N[(k * z), $MachinePrecision] * N[(b * y0 + N[((-y1) * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 2.6e-161], N[(N[(t$95$2 * k), $MachinePrecision] * y2), $MachinePrecision], If[LessEqual[y3, 2.5e-5], N[(N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[y3, 1.65e+241], N[(N[((-j) * y3), $MachinePrecision] * t$95$2), $MachinePrecision], t$95$1]]]]]]]]]
                                                                                                                                                                        
                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                        
                                                                                                                                                                        \\
                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                        t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                        t_2 := \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\
                                                                                                                                                                        \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                        \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                        
                                                                                                                                                                        \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\
                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                        
                                                                                                                                                                        \mathbf{elif}\;y3 \leq -6.6 \cdot 10^{-90}:\\
                                                                                                                                                                        \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\
                                                                                                                                                                        
                                                                                                                                                                        \mathbf{elif}\;y3 \leq -8.5 \cdot 10^{-267}:\\
                                                                                                                                                                        \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\
                                                                                                                                                                        
                                                                                                                                                                        \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\
                                                                                                                                                                        \;\;\;\;\left(t\_2 \cdot k\right) \cdot y2\\
                                                                                                                                                                        
                                                                                                                                                                        \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\
                                                                                                                                                                        \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\
                                                                                                                                                                        
                                                                                                                                                                        \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\
                                                                                                                                                                        \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot t\_2\\
                                                                                                                                                                        
                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                        
                                                                                                                                                                        
                                                                                                                                                                        \end{array}
                                                                                                                                                                        \end{array}
                                                                                                                                                                        
                                                                                                                                                                        Derivation
                                                                                                                                                                        1. Split input into 7 regimes
                                                                                                                                                                        2. if y3 < -1.05000000000000003e259

                                                                                                                                                                          1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                          5. Applied rewrites70.6%

                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                            1. Applied rewrites48.3%

                                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                            2. Taylor expanded in y4 around -inf

                                                                                                                                                                              \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                              1. Applied rewrites71.2%

                                                                                                                                                                                \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                              if -1.05000000000000003e259 < y3 < -9.5000000000000003e62 or 1.65e241 < y3

                                                                                                                                                                              1. Initial program 29.2%

                                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                              5. Applied rewrites72.5%

                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                              6. Taylor expanded in y around inf

                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                1. Applied rewrites47.7%

                                                                                                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                2. Taylor expanded in y0 around -inf

                                                                                                                                                                                  \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                  1. Applied rewrites64.0%

                                                                                                                                                                                    \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                  if -9.5000000000000003e62 < y3 < -6.6e-90

                                                                                                                                                                                  1. Initial program 45.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. Add Preprocessing
                                                                                                                                                                                  3. Taylor expanded in y0 around inf

                                                                                                                                                                                    \[\leadsto \color{blue}{y0 \cdot \left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                    1. *-commutativeN/A

                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                                                                                                                  5. Applied rewrites42.2%

                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(-y5, y2 \cdot k - y3 \cdot j, \mathsf{fma}\left(y2 \cdot x - y3 \cdot z, c, \left(-b\right) \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \cdot y0} \]
                                                                                                                                                                                  6. Taylor expanded in c around inf

                                                                                                                                                                                    \[\leadsto \left(c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) \cdot y0 \]
                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                    1. Applied rewrites43.3%

                                                                                                                                                                                      \[\leadsto \left(c \cdot \mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right)\right) \cdot y0 \]

                                                                                                                                                                                    if -6.6e-90 < y3 < -8.49999999999999987e-267

                                                                                                                                                                                    1. Initial program 27.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. Add Preprocessing
                                                                                                                                                                                    3. Taylor expanded in z around -inf

                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                      11. *-commutativeN/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                      14. *-commutativeN/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                      15. lower-fma.f64N/A

                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                    5. Applied rewrites36.7%

                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                    6. Taylor expanded in k around inf

                                                                                                                                                                                      \[\leadsto k \cdot \color{blue}{\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                      1. Applied rewrites40.5%

                                                                                                                                                                                        \[\leadsto \left(k \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(b, y0, \left(-i\right) \cdot y1\right)} \]

                                                                                                                                                                                      if -8.49999999999999987e-267 < y3 < 2.59999999999999995e-161

                                                                                                                                                                                      1. Initial program 42.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. Add Preprocessing
                                                                                                                                                                                      3. Taylor expanded in y2 around inf

                                                                                                                                                                                        \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                        1. *-commutativeN/A

                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                        2. lower-*.f64N/A

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

                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                      6. Taylor expanded in k around inf

                                                                                                                                                                                        \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                        1. Applied rewrites46.7%

                                                                                                                                                                                          \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]

                                                                                                                                                                                        if 2.59999999999999995e-161 < y3 < 2.50000000000000012e-5

                                                                                                                                                                                        1. Initial program 30.2%

                                                                                                                                                                                          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                        2. Add Preprocessing
                                                                                                                                                                                        3. Taylor expanded in x around inf

                                                                                                                                                                                          \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                          1. *-commutativeN/A

                                                                                                                                                                                            \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                                            \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                        5. Applied rewrites46.5%

                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                        6. Taylor expanded in y around inf

                                                                                                                                                                                          \[\leadsto \left(y \cdot \left(a \cdot b - c \cdot i\right)\right) \cdot x \]
                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                          1. Applied rewrites41.8%

                                                                                                                                                                                            \[\leadsto \left(y \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\right) \cdot x \]

                                                                                                                                                                                          if 2.50000000000000012e-5 < y3 < 1.65e241

                                                                                                                                                                                          1. Initial program 27.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. Add Preprocessing
                                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                          5. Applied rewrites47.2%

                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                          6. Taylor expanded in j around inf

                                                                                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(j \cdot \left(y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                            1. Applied rewrites47.9%

                                                                                                                                                                                              \[\leadsto -\left(j \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right) \]
                                                                                                                                                                                          8. Recombined 7 regimes into one program.
                                                                                                                                                                                          9. Final simplification50.3%

                                                                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -6.6 \cdot 10^{-90}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -8.5 \cdot 10^{-267}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\ \;\;\;\;\left(\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot k\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                          10. Add Preprocessing

                                                                                                                                                                                          Alternative 15: 31.6% accurate, 3.1× speedup?

                                                                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -6.6 \cdot 10^{-90}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -8.5 \cdot 10^{-267}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\ \;\;\;\;\left(\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot k\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                          (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                           :precision binary64
                                                                                                                                                                                           (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                                                                                                                                                                             (if (<= y3 -1.05e+259)
                                                                                                                                                                                               (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                                               (if (<= y3 -9.5e+62)
                                                                                                                                                                                                 t_1
                                                                                                                                                                                                 (if (<= y3 -6.6e-90)
                                                                                                                                                                                                   (* (* (fma x y2 (* (- y3) z)) c) y0)
                                                                                                                                                                                                   (if (<= y3 -8.5e-267)
                                                                                                                                                                                                     (* (* k z) (fma b y0 (* (- y1) i)))
                                                                                                                                                                                                     (if (<= y3 2.6e-161)
                                                                                                                                                                                                       (* (* (fma y1 y4 (* (- y5) y0)) k) y2)
                                                                                                                                                                                                       (if (<= y3 3.7e-6)
                                                                                                                                                                                                         (* (* (fma a b (* (- c) i)) y) x)
                                                                                                                                                                                                         (if (<= y3 1e+241)
                                                                                                                                                                                                           (* (fma (- j) y4 (* a z)) (* y3 y1))
                                                                                                                                                                                                           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) {
                                                                                                                                                                                          	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                                          	double tmp;
                                                                                                                                                                                          	if (y3 <= -1.05e+259) {
                                                                                                                                                                                          		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                          	} else if (y3 <= -9.5e+62) {
                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                          	} else if (y3 <= -6.6e-90) {
                                                                                                                                                                                          		tmp = (fma(x, y2, (-y3 * z)) * c) * y0;
                                                                                                                                                                                          	} else if (y3 <= -8.5e-267) {
                                                                                                                                                                                          		tmp = (k * z) * fma(b, y0, (-y1 * i));
                                                                                                                                                                                          	} else if (y3 <= 2.6e-161) {
                                                                                                                                                                                          		tmp = (fma(y1, y4, (-y5 * y0)) * k) * y2;
                                                                                                                                                                                          	} else if (y3 <= 3.7e-6) {
                                                                                                                                                                                          		tmp = (fma(a, b, (-c * i)) * y) * x;
                                                                                                                                                                                          	} else if (y3 <= 1e+241) {
                                                                                                                                                                                          		tmp = fma(-j, y4, (a * z)) * (y3 * y1);
                                                                                                                                                                                          	} else {
                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                          	}
                                                                                                                                                                                          	return tmp;
                                                                                                                                                                                          }
                                                                                                                                                                                          
                                                                                                                                                                                          function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                          	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                                          	tmp = 0.0
                                                                                                                                                                                          	if (y3 <= -1.05e+259)
                                                                                                                                                                                          		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                                          	elseif (y3 <= -9.5e+62)
                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                          	elseif (y3 <= -6.6e-90)
                                                                                                                                                                                          		tmp = Float64(Float64(fma(x, y2, Float64(Float64(-y3) * z)) * c) * y0);
                                                                                                                                                                                          	elseif (y3 <= -8.5e-267)
                                                                                                                                                                                          		tmp = Float64(Float64(k * z) * fma(b, y0, Float64(Float64(-y1) * i)));
                                                                                                                                                                                          	elseif (y3 <= 2.6e-161)
                                                                                                                                                                                          		tmp = Float64(Float64(fma(y1, y4, Float64(Float64(-y5) * y0)) * k) * y2);
                                                                                                                                                                                          	elseif (y3 <= 3.7e-6)
                                                                                                                                                                                          		tmp = Float64(Float64(fma(a, b, Float64(Float64(-c) * i)) * y) * x);
                                                                                                                                                                                          	elseif (y3 <= 1e+241)
                                                                                                                                                                                          		tmp = Float64(fma(Float64(-j), y4, Float64(a * z)) * Float64(y3 * y1));
                                                                                                                                                                                          	else
                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                          	end
                                                                                                                                                                                          	return tmp
                                                                                                                                                                                          end
                                                                                                                                                                                          
                                                                                                                                                                                          code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -9.5e+62], t$95$1, If[LessEqual[y3, -6.6e-90], N[(N[(N[(x * y2 + N[((-y3) * z), $MachinePrecision]), $MachinePrecision] * c), $MachinePrecision] * y0), $MachinePrecision], If[LessEqual[y3, -8.5e-267], N[(N[(k * z), $MachinePrecision] * N[(b * y0 + N[((-y1) * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 2.6e-161], N[(N[(N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision] * k), $MachinePrecision] * y2), $MachinePrecision], If[LessEqual[y3, 3.7e-6], N[(N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[y3, 1e+241], N[(N[((-j) * y4 + N[(a * z), $MachinePrecision]), $MachinePrecision] * N[(y3 * y1), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]]]
                                                                                                                                                                                          
                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                          
                                                                                                                                                                                          \\
                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                          t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                                          \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                          \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                          
                                                                                                                                                                                          \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\
                                                                                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                                                                                          
                                                                                                                                                                                          \mathbf{elif}\;y3 \leq -6.6 \cdot 10^{-90}:\\
                                                                                                                                                                                          \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\
                                                                                                                                                                                          
                                                                                                                                                                                          \mathbf{elif}\;y3 \leq -8.5 \cdot 10^{-267}:\\
                                                                                                                                                                                          \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\
                                                                                                                                                                                          
                                                                                                                                                                                          \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\
                                                                                                                                                                                          \;\;\;\;\left(\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot k\right) \cdot y2\\
                                                                                                                                                                                          
                                                                                                                                                                                          \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\
                                                                                                                                                                                          \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\
                                                                                                                                                                                          
                                                                                                                                                                                          \mathbf{elif}\;y3 \leq 10^{+241}:\\
                                                                                                                                                                                          \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\
                                                                                                                                                                                          
                                                                                                                                                                                          \mathbf{else}:\\
                                                                                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          \end{array}
                                                                                                                                                                                          \end{array}
                                                                                                                                                                                          
                                                                                                                                                                                          Derivation
                                                                                                                                                                                          1. Split input into 7 regimes
                                                                                                                                                                                          2. if y3 < -1.05000000000000003e259

                                                                                                                                                                                            1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                                            3. Taylor expanded in y3 around -inf

                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                              5. associate--l+N/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                              9. *-commutativeN/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                              11. *-commutativeN/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                              12. lower-*.f64N/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                              13. sub-negN/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                              14. mul-1-negN/A

                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                            5. Applied rewrites70.6%

                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                            6. Taylor expanded in y around inf

                                                                                                                                                                                              \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                              1. Applied rewrites48.3%

                                                                                                                                                                                                \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                              2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                1. Applied rewrites71.2%

                                                                                                                                                                                                  \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                if -1.05000000000000003e259 < y3 < -9.5000000000000003e62 or 1.0000000000000001e241 < y3

                                                                                                                                                                                                1. Initial program 29.2%

                                                                                                                                                                                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                2. Add Preprocessing
                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                5. Applied rewrites72.5%

                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                  1. Applied rewrites47.7%

                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                  2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                    \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                    1. Applied rewrites64.0%

                                                                                                                                                                                                      \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                    if -9.5000000000000003e62 < y3 < -6.6e-90

                                                                                                                                                                                                    1. Initial program 45.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. Add Preprocessing
                                                                                                                                                                                                    3. Taylor expanded in y0 around inf

                                                                                                                                                                                                      \[\leadsto \color{blue}{y0 \cdot \left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                      1. *-commutativeN/A

                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                                                                                                                                    5. Applied rewrites42.2%

                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(-y5, y2 \cdot k - y3 \cdot j, \mathsf{fma}\left(y2 \cdot x - y3 \cdot z, c, \left(-b\right) \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \cdot y0} \]
                                                                                                                                                                                                    6. Taylor expanded in c around inf

                                                                                                                                                                                                      \[\leadsto \left(c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) \cdot y0 \]
                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                      1. Applied rewrites43.3%

                                                                                                                                                                                                        \[\leadsto \left(c \cdot \mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right)\right) \cdot y0 \]

                                                                                                                                                                                                      if -6.6e-90 < y3 < -8.49999999999999987e-267

                                                                                                                                                                                                      1. Initial program 27.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. Add Preprocessing
                                                                                                                                                                                                      3. Taylor expanded in z around -inf

                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                        1. associate-*r*N/A

                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                        3. neg-mul-1N/A

                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                        4. lower-neg.f64N/A

                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                        5. associate--l+N/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                        6. *-commutativeN/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                        8. lower--.f64N/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                        9. *-commutativeN/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                        10. lower-*.f64N/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                        11. *-commutativeN/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                        12. lower-*.f64N/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                        13. sub-negN/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                        14. *-commutativeN/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                        15. lower-fma.f64N/A

                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                      5. Applied rewrites36.7%

                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                      6. Taylor expanded in k around inf

                                                                                                                                                                                                        \[\leadsto k \cdot \color{blue}{\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                        1. Applied rewrites40.5%

                                                                                                                                                                                                          \[\leadsto \left(k \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(b, y0, \left(-i\right) \cdot y1\right)} \]

                                                                                                                                                                                                        if -8.49999999999999987e-267 < y3 < 2.59999999999999995e-161

                                                                                                                                                                                                        1. Initial program 42.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. Add Preprocessing
                                                                                                                                                                                                        3. Taylor expanded in y2 around inf

                                                                                                                                                                                                          \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                          1. *-commutativeN/A

                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                          2. lower-*.f64N/A

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

                                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                        6. Taylor expanded in k around inf

                                                                                                                                                                                                          \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                          1. Applied rewrites46.7%

                                                                                                                                                                                                            \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]

                                                                                                                                                                                                          if 2.59999999999999995e-161 < y3 < 3.7000000000000002e-6

                                                                                                                                                                                                          1. Initial program 28.2%

                                                                                                                                                                                                            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                          2. Add Preprocessing
                                                                                                                                                                                                          3. Taylor expanded in x around inf

                                                                                                                                                                                                            \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                            1. *-commutativeN/A

                                                                                                                                                                                                              \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                              \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                          5. Applied rewrites47.8%

                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                            \[\leadsto \left(y \cdot \left(a \cdot b - c \cdot i\right)\right) \cdot x \]
                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                            1. Applied rewrites42.9%

                                                                                                                                                                                                              \[\leadsto \left(y \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\right) \cdot x \]

                                                                                                                                                                                                            if 3.7000000000000002e-6 < y3 < 1.0000000000000001e241

                                                                                                                                                                                                            1. Initial program 29.5%

                                                                                                                                                                                                              \[\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. Add Preprocessing
                                                                                                                                                                                                            3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                              5. associate--l+N/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                              9. *-commutativeN/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                              11. *-commutativeN/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                              12. lower-*.f64N/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                              13. sub-negN/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                              14. mul-1-negN/A

                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                            5. Applied rewrites48.4%

                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                            6. Taylor expanded in y around inf

                                                                                                                                                                                                              \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                              1. Applied rewrites24.3%

                                                                                                                                                                                                                \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                              2. Taylor expanded in y1 around -inf

                                                                                                                                                                                                                \[\leadsto y1 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(j \cdot y4\right) + a \cdot z\right)\right)} \]
                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                1. Applied rewrites46.3%

                                                                                                                                                                                                                  \[\leadsto \left(y1 \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y4, a \cdot z\right)} \]
                                                                                                                                                                                                              4. Recombined 7 regimes into one program.
                                                                                                                                                                                                              5. Final simplification50.2%

                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{+62}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -6.6 \cdot 10^{-90}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -8.5 \cdot 10^{-267}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{-161}:\\ \;\;\;\;\left(\mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right) \cdot k\right) \cdot y2\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                              6. Add Preprocessing

                                                                                                                                                                                                              Alternative 16: 30.1% accurate, 3.1× speedup?

                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ t_2 := \mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y3 \leq -1.35 \cdot 10^{+47}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-115}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{+241}:\\ \;\;\;\;t\_2\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                               :precision binary64
                                                                                                                                                                                                               (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0))
                                                                                                                                                                                                                      (t_2 (* (fma (- j) y1 (* c y)) (* y4 y3))))
                                                                                                                                                                                                                 (if (<= y3 -1.05e+259)
                                                                                                                                                                                                                   t_2
                                                                                                                                                                                                                   (if (<= y3 -1.35e+47)
                                                                                                                                                                                                                     t_1
                                                                                                                                                                                                                     (if (<= y3 -1.75e-208)
                                                                                                                                                                                                                       (* (* k z) (fma b y0 (* (- y1) i)))
                                                                                                                                                                                                                       (if (<= y3 9.6e-306)
                                                                                                                                                                                                                         (* (fma a b (* (- c) i)) (* y x))
                                                                                                                                                                                                                         (if (<= y3 6.8e-255)
                                                                                                                                                                                                                           (* (* (fma (- a) x (* y4 k)) y2) y1)
                                                                                                                                                                                                                           (if (<= y3 1.05e-115)
                                                                                                                                                                                                                             (* (fma (- k) y1 (* c t)) (* i z))
                                                                                                                                                                                                                             (if (<= y3 1.6e+241) t_2 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) {
                                                                                                                                                                                                              	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                                                              	double t_2 = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                                              	double tmp;
                                                                                                                                                                                                              	if (y3 <= -1.05e+259) {
                                                                                                                                                                                                              		tmp = t_2;
                                                                                                                                                                                                              	} else if (y3 <= -1.35e+47) {
                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                              	} else if (y3 <= -1.75e-208) {
                                                                                                                                                                                                              		tmp = (k * z) * fma(b, y0, (-y1 * i));
                                                                                                                                                                                                              	} else if (y3 <= 9.6e-306) {
                                                                                                                                                                                                              		tmp = fma(a, b, (-c * i)) * (y * x);
                                                                                                                                                                                                              	} else if (y3 <= 6.8e-255) {
                                                                                                                                                                                                              		tmp = (fma(-a, x, (y4 * k)) * y2) * y1;
                                                                                                                                                                                                              	} else if (y3 <= 1.05e-115) {
                                                                                                                                                                                                              		tmp = fma(-k, y1, (c * t)) * (i * z);
                                                                                                                                                                                                              	} else if (y3 <= 1.6e+241) {
                                                                                                                                                                                                              		tmp = t_2;
                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                              	}
                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                              }
                                                                                                                                                                                                              
                                                                                                                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                              	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                                                              	t_2 = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3))
                                                                                                                                                                                                              	tmp = 0.0
                                                                                                                                                                                                              	if (y3 <= -1.05e+259)
                                                                                                                                                                                                              		tmp = t_2;
                                                                                                                                                                                                              	elseif (y3 <= -1.35e+47)
                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                              	elseif (y3 <= -1.75e-208)
                                                                                                                                                                                                              		tmp = Float64(Float64(k * z) * fma(b, y0, Float64(Float64(-y1) * i)));
                                                                                                                                                                                                              	elseif (y3 <= 9.6e-306)
                                                                                                                                                                                                              		tmp = Float64(fma(a, b, Float64(Float64(-c) * i)) * Float64(y * x));
                                                                                                                                                                                                              	elseif (y3 <= 6.8e-255)
                                                                                                                                                                                                              		tmp = Float64(Float64(fma(Float64(-a), x, Float64(y4 * k)) * y2) * y1);
                                                                                                                                                                                                              	elseif (y3 <= 1.05e-115)
                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-k), y1, Float64(c * t)) * Float64(i * z));
                                                                                                                                                                                                              	elseif (y3 <= 1.6e+241)
                                                                                                                                                                                                              		tmp = t_2;
                                                                                                                                                                                                              	else
                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                              	end
                                                                                                                                                                                                              	return tmp
                                                                                                                                                                                                              end
                                                                                                                                                                                                              
                                                                                                                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, Block[{t$95$2 = N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], t$95$2, If[LessEqual[y3, -1.35e+47], t$95$1, If[LessEqual[y3, -1.75e-208], N[(N[(k * z), $MachinePrecision] * N[(b * y0 + N[((-y1) * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 9.6e-306], N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * N[(y * x), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 6.8e-255], N[(N[(N[((-a) * x + N[(y4 * k), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision] * y1), $MachinePrecision], If[LessEqual[y3, 1.05e-115], N[(N[((-k) * y1 + N[(c * t), $MachinePrecision]), $MachinePrecision] * N[(i * z), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1.6e+241], t$95$2, t$95$1]]]]]]]]]
                                                                                                                                                                                                              
                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                              
                                                                                                                                                                                                              \\
                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                              t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                              t_2 := \mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                                              \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                                              \;\;\;\;t\_2\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq -1.35 \cdot 10^{+47}:\\
                                                                                                                                                                                                              \;\;\;\;t\_1\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\
                                                                                                                                                                                                              \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\
                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\
                                                                                                                                                                                                              \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-115}:\\
                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{+241}:\\
                                                                                                                                                                                                              \;\;\;\;t\_2\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                              \;\;\;\;t\_1\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              
                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                              
                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                              1. Split input into 6 regimes
                                                                                                                                                                                                              2. if y3 < -1.05000000000000003e259 or 1.05000000000000001e-115 < y3 < 1.60000000000000002e241

                                                                                                                                                                                                                1. Initial program 24.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. Add Preprocessing
                                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                5. Applied rewrites49.6%

                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                  1. Applied rewrites27.9%

                                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                  2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                                    \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                    1. Applied rewrites45.3%

                                                                                                                                                                                                                      \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                                    if -1.05000000000000003e259 < y3 < -1.34999999999999998e47 or 1.60000000000000002e241 < y3

                                                                                                                                                                                                                    1. Initial program 29.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. Add Preprocessing
                                                                                                                                                                                                                    3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                      11. *-commutativeN/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                      14. mul-1-negN/A

                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                    5. Applied rewrites73.5%

                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                    6. Taylor expanded in y around inf

                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                      1. Applied rewrites49.6%

                                                                                                                                                                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                      2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                        \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                        1. Applied rewrites63.5%

                                                                                                                                                                                                                          \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                                        if -1.34999999999999998e47 < y3 < -1.74999999999999996e-208

                                                                                                                                                                                                                        1. Initial program 42.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. Add Preprocessing
                                                                                                                                                                                                                        3. Taylor expanded in z around -inf

                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                          1. associate-*r*N/A

                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                          5. associate--l+N/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                          6. *-commutativeN/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                          9. *-commutativeN/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                          11. *-commutativeN/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                          12. lower-*.f64N/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                          13. sub-negN/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                          14. *-commutativeN/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                          15. lower-fma.f64N/A

                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                        5. Applied rewrites45.4%

                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                        6. Taylor expanded in k around inf

                                                                                                                                                                                                                          \[\leadsto k \cdot \color{blue}{\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                          1. Applied rewrites35.8%

                                                                                                                                                                                                                            \[\leadsto \left(k \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(b, y0, \left(-i\right) \cdot y1\right)} \]

                                                                                                                                                                                                                          if -1.74999999999999996e-208 < y3 < 9.5999999999999998e-306

                                                                                                                                                                                                                          1. Initial program 18.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. Add Preprocessing
                                                                                                                                                                                                                          3. Taylor expanded in x around inf

                                                                                                                                                                                                                            \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                            1. *-commutativeN/A

                                                                                                                                                                                                                              \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                              \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                          5. Applied rewrites50.4%

                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                            \[\leadsto x \cdot \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right)\right)} \]
                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                            1. Applied rewrites46.4%

                                                                                                                                                                                                                              \[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)} \]

                                                                                                                                                                                                                            if 9.5999999999999998e-306 < y3 < 6.79999999999999967e-255

                                                                                                                                                                                                                            1. Initial program 50.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. Add Preprocessing
                                                                                                                                                                                                                            3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                              \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                              1. *-commutativeN/A

                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                              2. lower-*.f64N/A

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

                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                            6. Taylor expanded in k around inf

                                                                                                                                                                                                                              \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                              1. Applied rewrites45.7%

                                                                                                                                                                                                                                \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                              2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                1. Applied rewrites45.0%

                                                                                                                                                                                                                                  \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                                                                                                                                                                2. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                  \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(a \cdot x\right) + k \cdot y4\right)\right)} \]
                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                  1. Applied rewrites63.4%

                                                                                                                                                                                                                                    \[\leadsto y1 \cdot \color{blue}{\left(y2 \cdot \mathsf{fma}\left(-a, x, k \cdot y4\right)\right)} \]

                                                                                                                                                                                                                                  if 6.79999999999999967e-255 < y3 < 1.05000000000000001e-115

                                                                                                                                                                                                                                  1. Initial program 40.5%

                                                                                                                                                                                                                                    \[\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. Add Preprocessing
                                                                                                                                                                                                                                  3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                    1. associate-*r*N/A

                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                    3. neg-mul-1N/A

                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                    4. lower-neg.f64N/A

                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                    5. associate--l+N/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                    6. *-commutativeN/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                    9. *-commutativeN/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                    11. *-commutativeN/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                    12. lower-*.f64N/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                    13. sub-negN/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                    14. *-commutativeN/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                    15. lower-fma.f64N/A

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                  5. Applied rewrites41.1%

                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                  6. Taylor expanded in t around inf

                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                    1. Applied rewrites42.2%

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                                                                                                                    2. Taylor expanded in a around inf

                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(a \cdot \left(b \cdot \color{blue}{t}\right)\right) \]
                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                      1. Applied rewrites21.7%

                                                                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \left(\left(a \cdot b\right) \cdot t\right) \]
                                                                                                                                                                                                                                      2. Taylor expanded in i around -inf

                                                                                                                                                                                                                                        \[\leadsto i \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(k \cdot y1\right) + c \cdot t\right)\right)} \]
                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                        1. Applied rewrites49.1%

                                                                                                                                                                                                                                          \[\leadsto \left(i \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(-k, y1, c \cdot t\right)} \]
                                                                                                                                                                                                                                      4. Recombined 6 regimes into one program.
                                                                                                                                                                                                                                      5. Final simplification49.1%

                                                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.35 \cdot 10^{+47}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq -1.75 \cdot 10^{-208}:\\ \;\;\;\;\left(k \cdot z\right) \cdot \mathsf{fma}\left(b, y0, \left(-y1\right) \cdot i\right)\\ \mathbf{elif}\;y3 \leq 9.6 \cdot 10^{-306}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \mathbf{elif}\;y3 \leq 6.8 \cdot 10^{-255}:\\ \;\;\;\;\left(\mathsf{fma}\left(-a, x, y4 \cdot k\right) \cdot y2\right) \cdot y1\\ \mathbf{elif}\;y3 \leq 1.05 \cdot 10^{-115}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                      6. Add Preprocessing

                                                                                                                                                                                                                                      Alternative 17: 32.7% accurate, 3.3× speedup?

                                                                                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} t_1 := \mathsf{fma}\left(-c, z, y5 \cdot j\right)\\ \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -2.9 \cdot 10^{+78}:\\ \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\ \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{-262}:\\ \;\;\;\;\left(\mathsf{fma}\left(-1, y1 \cdot x, y5 \cdot t\right) \cdot y2\right) \cdot a\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\ \;\;\;\;\left(t\_1 \cdot t\right) \cdot \left(-i\right)\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(t\_1 \cdot y3\right) \cdot y0\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                      (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                       :precision binary64
                                                                                                                                                                                                                                       (let* ((t_1 (fma (- c) z (* y5 j))))
                                                                                                                                                                                                                                         (if (<= y3 -3.5e+259)
                                                                                                                                                                                                                                           (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                                                                                           (if (<= y3 -2.9e+78)
                                                                                                                                                                                                                                             (* (* (fma c y0 (* (- y1) a)) z) (- y3))
                                                                                                                                                                                                                                             (if (<= y3 4.7e-262)
                                                                                                                                                                                                                                               (* (* (fma -1.0 (* y1 x) (* y5 t)) y2) a)
                                                                                                                                                                                                                                               (if (<= y3 1.6e-117)
                                                                                                                                                                                                                                                 (* (* t_1 t) (- i))
                                                                                                                                                                                                                                                 (if (<= y3 2.5e-5)
                                                                                                                                                                                                                                                   (* (* (fma a b (* (- c) i)) y) x)
                                                                                                                                                                                                                                                   (if (<= y3 1.65e+241)
                                                                                                                                                                                                                                                     (* (* (- j) y3) (fma y1 y4 (* (- y5) y0)))
                                                                                                                                                                                                                                                     (* (* t_1 y3) 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 = fma(-c, z, (y5 * j));
                                                                                                                                                                                                                                      	double tmp;
                                                                                                                                                                                                                                      	if (y3 <= -3.5e+259) {
                                                                                                                                                                                                                                      		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                                                                      	} else if (y3 <= -2.9e+78) {
                                                                                                                                                                                                                                      		tmp = (fma(c, y0, (-y1 * a)) * z) * -y3;
                                                                                                                                                                                                                                      	} else if (y3 <= 4.7e-262) {
                                                                                                                                                                                                                                      		tmp = (fma(-1.0, (y1 * x), (y5 * t)) * y2) * a;
                                                                                                                                                                                                                                      	} else if (y3 <= 1.6e-117) {
                                                                                                                                                                                                                                      		tmp = (t_1 * t) * -i;
                                                                                                                                                                                                                                      	} else if (y3 <= 2.5e-5) {
                                                                                                                                                                                                                                      		tmp = (fma(a, b, (-c * i)) * y) * x;
                                                                                                                                                                                                                                      	} else if (y3 <= 1.65e+241) {
                                                                                                                                                                                                                                      		tmp = (-j * y3) * fma(y1, y4, (-y5 * y0));
                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                      		tmp = (t_1 * y3) * y0;
                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                      	return tmp;
                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                      	t_1 = fma(Float64(-c), z, Float64(y5 * j))
                                                                                                                                                                                                                                      	tmp = 0.0
                                                                                                                                                                                                                                      	if (y3 <= -3.5e+259)
                                                                                                                                                                                                                                      		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                                                                                      	elseif (y3 <= -2.9e+78)
                                                                                                                                                                                                                                      		tmp = Float64(Float64(fma(c, y0, Float64(Float64(-y1) * a)) * z) * Float64(-y3));
                                                                                                                                                                                                                                      	elseif (y3 <= 4.7e-262)
                                                                                                                                                                                                                                      		tmp = Float64(Float64(fma(-1.0, Float64(y1 * x), Float64(y5 * t)) * y2) * a);
                                                                                                                                                                                                                                      	elseif (y3 <= 1.6e-117)
                                                                                                                                                                                                                                      		tmp = Float64(Float64(t_1 * t) * Float64(-i));
                                                                                                                                                                                                                                      	elseif (y3 <= 2.5e-5)
                                                                                                                                                                                                                                      		tmp = Float64(Float64(fma(a, b, Float64(Float64(-c) * i)) * y) * x);
                                                                                                                                                                                                                                      	elseif (y3 <= 1.65e+241)
                                                                                                                                                                                                                                      		tmp = Float64(Float64(Float64(-j) * y3) * fma(y1, y4, Float64(Float64(-y5) * y0)));
                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                      		tmp = Float64(Float64(t_1 * y3) * y0);
                                                                                                                                                                                                                                      	end
                                                                                                                                                                                                                                      	return tmp
                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -3.5e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -2.9e+78], N[(N[(N[(c * y0 + N[((-y1) * a), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * (-y3)), $MachinePrecision], If[LessEqual[y3, 4.7e-262], N[(N[(N[(-1.0 * N[(y1 * x), $MachinePrecision] + N[(y5 * t), $MachinePrecision]), $MachinePrecision] * y2), $MachinePrecision] * a), $MachinePrecision], If[LessEqual[y3, 1.6e-117], N[(N[(t$95$1 * t), $MachinePrecision] * (-i)), $MachinePrecision], If[LessEqual[y3, 2.5e-5], N[(N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[y3, 1.65e+241], N[(N[((-j) * y3), $MachinePrecision] * N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(t$95$1 * y3), $MachinePrecision] * y0), $MachinePrecision]]]]]]]]
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                      t_1 := \mathsf{fma}\left(-c, z, y5 \cdot j\right)\\
                                                                                                                                                                                                                                      \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                      \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \mathbf{elif}\;y3 \leq -2.9 \cdot 10^{+78}:\\
                                                                                                                                                                                                                                      \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{-262}:\\
                                                                                                                                                                                                                                      \;\;\;\;\left(\mathsf{fma}\left(-1, y1 \cdot x, y5 \cdot t\right) \cdot y2\right) \cdot a\\
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\
                                                                                                                                                                                                                                      \;\;\;\;\left(t\_1 \cdot t\right) \cdot \left(-i\right)\\
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\
                                                                                                                                                                                                                                      \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\
                                                                                                                                                                                                                                      \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                                                                                      \;\;\;\;\left(t\_1 \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                      1. Split input into 7 regimes
                                                                                                                                                                                                                                      2. if y3 < -3.4999999999999998e259

                                                                                                                                                                                                                                        1. Initial program 12.5%

                                                                                                                                                                                                                                          \[\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. Add Preprocessing
                                                                                                                                                                                                                                        3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                          1. associate-*r*N/A

                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                          5. associate--l+N/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                          6. *-commutativeN/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                          9. *-commutativeN/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                          11. *-commutativeN/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                          12. lower-*.f64N/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                          13. sub-negN/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                          14. mul-1-negN/A

                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                        5. Applied rewrites68.8%

                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                        6. Taylor expanded in y around inf

                                                                                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                          1. Applied rewrites51.0%

                                                                                                                                                                                                                                            \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                          2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                                                            \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                            1. Applied rewrites75.6%

                                                                                                                                                                                                                                              \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                                                            if -3.4999999999999998e259 < y3 < -2.90000000000000017e78

                                                                                                                                                                                                                                            1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                            3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                              5. associate--l+N/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                              9. *-commutativeN/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                              11. *-commutativeN/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                              12. lower-*.f64N/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                              13. sub-negN/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                              14. mul-1-negN/A

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                            5. Applied rewrites72.7%

                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                            6. Taylor expanded in z around inf

                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(z \cdot \color{blue}{\left(c \cdot y0 - a \cdot y1\right)}\right) \]
                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                              1. Applied rewrites55.1%

                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \left(z \cdot \color{blue}{\mathsf{fma}\left(c, y0, \left(-a\right) \cdot y1\right)}\right) \]

                                                                                                                                                                                                                                              if -2.90000000000000017e78 < y3 < 4.6999999999999998e-262

                                                                                                                                                                                                                                              1. Initial program 36.8%

                                                                                                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                                                                                                              3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                1. *-commutativeN/A

                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                              6. Taylor expanded in a around inf

                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                1. Applied rewrites38.2%

                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \mathsf{fma}\left(-1, x \cdot y1, t \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                if 4.6999999999999998e-262 < y3 < 1.59999999999999998e-117

                                                                                                                                                                                                                                                1. Initial program 43.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. Add Preprocessing
                                                                                                                                                                                                                                                3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                  11. lower-*.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                  12. sub-negN/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                  13. *-commutativeN/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                  14. lower-fma.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                5. Applied rewrites53.9%

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

                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \left(t \cdot \color{blue}{\left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                  1. Applied rewrites51.0%

                                                                                                                                                                                                                                                    \[\leadsto \left(-i\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(-c, z, j \cdot y5\right)}\right) \]

                                                                                                                                                                                                                                                  if 1.59999999999999998e-117 < y3 < 2.50000000000000012e-5

                                                                                                                                                                                                                                                  1. Initial program 26.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. Add Preprocessing
                                                                                                                                                                                                                                                  3. Taylor expanded in x around inf

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                    1. *-commutativeN/A

                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                  5. Applied rewrites48.7%

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                  6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                    \[\leadsto \left(y \cdot \left(a \cdot b - c \cdot i\right)\right) \cdot x \]
                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                    1. Applied rewrites45.3%

                                                                                                                                                                                                                                                      \[\leadsto \left(y \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\right) \cdot x \]

                                                                                                                                                                                                                                                    if 2.50000000000000012e-5 < y3 < 1.65e241

                                                                                                                                                                                                                                                    1. Initial program 27.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. Add Preprocessing
                                                                                                                                                                                                                                                    3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                      11. *-commutativeN/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                      14. mul-1-negN/A

                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                    5. Applied rewrites47.2%

                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                    6. Taylor expanded in j around inf

                                                                                                                                                                                                                                                      \[\leadsto -1 \cdot \color{blue}{\left(j \cdot \left(y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                      1. Applied rewrites47.9%

                                                                                                                                                                                                                                                        \[\leadsto -\left(j \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right) \]

                                                                                                                                                                                                                                                      if 1.65e241 < y3

                                                                                                                                                                                                                                                      1. Initial program 16.7%

                                                                                                                                                                                                                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                      2. Add Preprocessing
                                                                                                                                                                                                                                                      3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                        1. associate-*r*N/A

                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                        3. neg-mul-1N/A

                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                        4. lower-neg.f64N/A

                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                        5. associate--l+N/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                        6. *-commutativeN/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                        8. lower--.f64N/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                        9. *-commutativeN/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                        10. lower-*.f64N/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                        11. *-commutativeN/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                        12. lower-*.f64N/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                        13. sub-negN/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                        14. mul-1-negN/A

                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                      5. Applied rewrites72.2%

                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                      6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                        1. Applied rewrites55.8%

                                                                                                                                                                                                                                                          \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                        2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                          \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                          1. Applied rewrites84.4%

                                                                                                                                                                                                                                                            \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                        4. Recombined 7 regimes into one program.
                                                                                                                                                                                                                                                        5. Final simplification50.0%

                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -2.9 \cdot 10^{+78}:\\ \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\ \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{-262}:\\ \;\;\;\;\left(\mathsf{fma}\left(-1, y1 \cdot x, y5 \cdot t\right) \cdot y2\right) \cdot a\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot t\right) \cdot \left(-i\right)\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                                                                                                                        Alternative 18: 31.8% accurate, 3.3× speedup?

                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := \mathsf{fma}\left(-c, z, y5 \cdot j\right)\\ \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.06 \cdot 10^{+23}:\\ \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\ \mathbf{elif}\;y3 \leq 1.75 \cdot 10^{-258}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\ \;\;\;\;\left(t\_1 \cdot t\right) \cdot \left(-i\right)\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(t\_1 \cdot y3\right) \cdot y0\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                         :precision binary64
                                                                                                                                                                                                                                                         (let* ((t_1 (fma (- c) z (* y5 j))))
                                                                                                                                                                                                                                                           (if (<= y3 -3.5e+259)
                                                                                                                                                                                                                                                             (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                                                                                                             (if (<= y3 -1.06e+23)
                                                                                                                                                                                                                                                               (* (* (fma c y0 (* (- y1) a)) z) (- y3))
                                                                                                                                                                                                                                                               (if (<= y3 1.75e-258)
                                                                                                                                                                                                                                                                 (* (* (- y5) y2) (fma (- a) t (* y0 k)))
                                                                                                                                                                                                                                                                 (if (<= y3 1.6e-117)
                                                                                                                                                                                                                                                                   (* (* t_1 t) (- i))
                                                                                                                                                                                                                                                                   (if (<= y3 2.5e-5)
                                                                                                                                                                                                                                                                     (* (* (fma a b (* (- c) i)) y) x)
                                                                                                                                                                                                                                                                     (if (<= y3 1.65e+241)
                                                                                                                                                                                                                                                                       (* (* (- j) y3) (fma y1 y4 (* (- y5) y0)))
                                                                                                                                                                                                                                                                       (* (* t_1 y3) 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 = fma(-c, z, (y5 * j));
                                                                                                                                                                                                                                                        	double tmp;
                                                                                                                                                                                                                                                        	if (y3 <= -3.5e+259) {
                                                                                                                                                                                                                                                        		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                                                                                        	} else if (y3 <= -1.06e+23) {
                                                                                                                                                                                                                                                        		tmp = (fma(c, y0, (-y1 * a)) * z) * -y3;
                                                                                                                                                                                                                                                        	} else if (y3 <= 1.75e-258) {
                                                                                                                                                                                                                                                        		tmp = (-y5 * y2) * fma(-a, t, (y0 * k));
                                                                                                                                                                                                                                                        	} else if (y3 <= 1.6e-117) {
                                                                                                                                                                                                                                                        		tmp = (t_1 * t) * -i;
                                                                                                                                                                                                                                                        	} else if (y3 <= 2.5e-5) {
                                                                                                                                                                                                                                                        		tmp = (fma(a, b, (-c * i)) * y) * x;
                                                                                                                                                                                                                                                        	} else if (y3 <= 1.65e+241) {
                                                                                                                                                                                                                                                        		tmp = (-j * y3) * fma(y1, y4, (-y5 * y0));
                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                        		tmp = (t_1 * y3) * y0;
                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                        	return tmp;
                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                        	t_1 = fma(Float64(-c), z, Float64(y5 * j))
                                                                                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                                                                                        	if (y3 <= -3.5e+259)
                                                                                                                                                                                                                                                        		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                                                                                                        	elseif (y3 <= -1.06e+23)
                                                                                                                                                                                                                                                        		tmp = Float64(Float64(fma(c, y0, Float64(Float64(-y1) * a)) * z) * Float64(-y3));
                                                                                                                                                                                                                                                        	elseif (y3 <= 1.75e-258)
                                                                                                                                                                                                                                                        		tmp = Float64(Float64(Float64(-y5) * y2) * fma(Float64(-a), t, Float64(y0 * k)));
                                                                                                                                                                                                                                                        	elseif (y3 <= 1.6e-117)
                                                                                                                                                                                                                                                        		tmp = Float64(Float64(t_1 * t) * Float64(-i));
                                                                                                                                                                                                                                                        	elseif (y3 <= 2.5e-5)
                                                                                                                                                                                                                                                        		tmp = Float64(Float64(fma(a, b, Float64(Float64(-c) * i)) * y) * x);
                                                                                                                                                                                                                                                        	elseif (y3 <= 1.65e+241)
                                                                                                                                                                                                                                                        		tmp = Float64(Float64(Float64(-j) * y3) * fma(y1, y4, Float64(Float64(-y5) * y0)));
                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                        		tmp = Float64(Float64(t_1 * y3) * y0);
                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -3.5e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -1.06e+23], N[(N[(N[(c * y0 + N[((-y1) * a), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * (-y3)), $MachinePrecision], If[LessEqual[y3, 1.75e-258], N[(N[((-y5) * y2), $MachinePrecision] * N[((-a) * t + N[(y0 * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1.6e-117], N[(N[(t$95$1 * t), $MachinePrecision] * (-i)), $MachinePrecision], If[LessEqual[y3, 2.5e-5], N[(N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[y3, 1.65e+241], N[(N[((-j) * y3), $MachinePrecision] * N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(t$95$1 * y3), $MachinePrecision] * y0), $MachinePrecision]]]]]]]]
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                        t_1 := \mathsf{fma}\left(-c, z, y5 \cdot j\right)\\
                                                                                                                                                                                                                                                        \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                                        \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq -1.06 \cdot 10^{+23}:\\
                                                                                                                                                                                                                                                        \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq 1.75 \cdot 10^{-258}:\\
                                                                                                                                                                                                                                                        \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\
                                                                                                                                                                                                                                                        \;\;\;\;\left(t\_1 \cdot t\right) \cdot \left(-i\right)\\
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\
                                                                                                                                                                                                                                                        \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\
                                                                                                                                                                                                                                                        \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                        \;\;\;\;\left(t\_1 \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                        1. Split input into 7 regimes
                                                                                                                                                                                                                                                        2. if y3 < -3.4999999999999998e259

                                                                                                                                                                                                                                                          1. Initial program 12.5%

                                                                                                                                                                                                                                                            \[\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. Add Preprocessing
                                                                                                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                          5. Applied rewrites68.8%

                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                            1. Applied rewrites51.0%

                                                                                                                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                            2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                                                                              \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                              1. Applied rewrites75.6%

                                                                                                                                                                                                                                                                \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                                                                              if -3.4999999999999998e259 < y3 < -1.06e23

                                                                                                                                                                                                                                                              1. Initial program 38.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. Add Preprocessing
                                                                                                                                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                              5. Applied rewrites67.2%

                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                              6. Taylor expanded in z around inf

                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \left(z \cdot \color{blue}{\left(c \cdot y0 - a \cdot y1\right)}\right) \]
                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                1. Applied rewrites46.1%

                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(z \cdot \color{blue}{\mathsf{fma}\left(c, y0, \left(-a\right) \cdot y1\right)}\right) \]

                                                                                                                                                                                                                                                                if -1.06e23 < y3 < 1.75000000000000001e-258

                                                                                                                                                                                                                                                                1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                  1. *-commutativeN/A

                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                  \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                  1. Applied rewrites31.0%

                                                                                                                                                                                                                                                                    \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                  2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                    \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                    1. Applied rewrites39.9%

                                                                                                                                                                                                                                                                      \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]

                                                                                                                                                                                                                                                                    if 1.75000000000000001e-258 < y3 < 1.59999999999999998e-117

                                                                                                                                                                                                                                                                    1. Initial program 42.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. Add Preprocessing
                                                                                                                                                                                                                                                                    3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                      11. lower-*.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                      13. *-commutativeN/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                      14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                    5. Applied rewrites58.1%

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

                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \left(t \cdot \color{blue}{\left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                      1. Applied rewrites51.1%

                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(-c, z, j \cdot y5\right)}\right) \]

                                                                                                                                                                                                                                                                      if 1.59999999999999998e-117 < y3 < 2.50000000000000012e-5

                                                                                                                                                                                                                                                                      1. Initial program 26.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. Add Preprocessing
                                                                                                                                                                                                                                                                      3. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                        1. *-commutativeN/A

                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                      5. Applied rewrites48.7%

                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                      6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                        \[\leadsto \left(y \cdot \left(a \cdot b - c \cdot i\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                        1. Applied rewrites45.3%

                                                                                                                                                                                                                                                                          \[\leadsto \left(y \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\right) \cdot x \]

                                                                                                                                                                                                                                                                        if 2.50000000000000012e-5 < y3 < 1.65e241

                                                                                                                                                                                                                                                                        1. Initial program 27.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. Add Preprocessing
                                                                                                                                                                                                                                                                        3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                          1. associate-*r*N/A

                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                          5. associate--l+N/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                          6. *-commutativeN/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                          9. *-commutativeN/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                          11. *-commutativeN/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                          12. lower-*.f64N/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                          13. sub-negN/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                          14. mul-1-negN/A

                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                        5. Applied rewrites47.2%

                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                        6. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(j \cdot \left(y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                          1. Applied rewrites47.9%

                                                                                                                                                                                                                                                                            \[\leadsto -\left(j \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right) \]

                                                                                                                                                                                                                                                                          if 1.65e241 < y3

                                                                                                                                                                                                                                                                          1. Initial program 16.7%

                                                                                                                                                                                                                                                                            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                          2. Add Preprocessing
                                                                                                                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                          5. Applied rewrites72.2%

                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                            1. Applied rewrites55.8%

                                                                                                                                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                            2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                              \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                              1. Applied rewrites84.4%

                                                                                                                                                                                                                                                                                \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                            4. Recombined 7 regimes into one program.
                                                                                                                                                                                                                                                                            5. Final simplification49.5%

                                                                                                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.06 \cdot 10^{+23}:\\ \;\;\;\;\left(\mathsf{fma}\left(c, y0, \left(-y1\right) \cdot a\right) \cdot z\right) \cdot \left(-y3\right)\\ \mathbf{elif}\;y3 \leq 1.75 \cdot 10^{-258}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot t\right) \cdot \left(-i\right)\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                            6. Add Preprocessing

                                                                                                                                                                                                                                                                            Alternative 19: 32.2% accurate, 3.3× speedup?

                                                                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} t_1 := \mathsf{fma}\left(-c, z, y5 \cdot j\right)\\ t_2 := \left(t\_1 \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.4 \cdot 10^{+92}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y3 \leq 1.75 \cdot 10^{-258}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\ \;\;\;\;\left(t\_1 \cdot t\right) \cdot \left(-i\right)\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;t\_2\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                            (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                             :precision binary64
                                                                                                                                                                                                                                                                             (let* ((t_1 (fma (- c) z (* y5 j))) (t_2 (* (* t_1 y3) y0)))
                                                                                                                                                                                                                                                                               (if (<= y3 -1.05e+259)
                                                                                                                                                                                                                                                                                 (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                                                                                                                                 (if (<= y3 -9.4e+92)
                                                                                                                                                                                                                                                                                   t_2
                                                                                                                                                                                                                                                                                   (if (<= y3 1.75e-258)
                                                                                                                                                                                                                                                                                     (* (* (- y5) y2) (fma (- a) t (* y0 k)))
                                                                                                                                                                                                                                                                                     (if (<= y3 1.6e-117)
                                                                                                                                                                                                                                                                                       (* (* t_1 t) (- i))
                                                                                                                                                                                                                                                                                       (if (<= y3 2.5e-5)
                                                                                                                                                                                                                                                                                         (* (* (fma a b (* (- c) i)) y) x)
                                                                                                                                                                                                                                                                                         (if (<= y3 1.65e+241)
                                                                                                                                                                                                                                                                                           (* (* (- j) y3) (fma y1 y4 (* (- y5) y0)))
                                                                                                                                                                                                                                                                                           t_2))))))))
                                                                                                                                                                                                                                                                            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 = fma(-c, z, (y5 * j));
                                                                                                                                                                                                                                                                            	double t_2 = (t_1 * y3) * y0;
                                                                                                                                                                                                                                                                            	double tmp;
                                                                                                                                                                                                                                                                            	if (y3 <= -1.05e+259) {
                                                                                                                                                                                                                                                                            		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                                                                                                            	} else if (y3 <= -9.4e+92) {
                                                                                                                                                                                                                                                                            		tmp = t_2;
                                                                                                                                                                                                                                                                            	} else if (y3 <= 1.75e-258) {
                                                                                                                                                                                                                                                                            		tmp = (-y5 * y2) * fma(-a, t, (y0 * k));
                                                                                                                                                                                                                                                                            	} else if (y3 <= 1.6e-117) {
                                                                                                                                                                                                                                                                            		tmp = (t_1 * t) * -i;
                                                                                                                                                                                                                                                                            	} else if (y3 <= 2.5e-5) {
                                                                                                                                                                                                                                                                            		tmp = (fma(a, b, (-c * i)) * y) * x;
                                                                                                                                                                                                                                                                            	} else if (y3 <= 1.65e+241) {
                                                                                                                                                                                                                                                                            		tmp = (-j * y3) * fma(y1, y4, (-y5 * y0));
                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                            		tmp = t_2;
                                                                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                                                                            	return tmp;
                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                            	t_1 = fma(Float64(-c), z, Float64(y5 * j))
                                                                                                                                                                                                                                                                            	t_2 = Float64(Float64(t_1 * y3) * y0)
                                                                                                                                                                                                                                                                            	tmp = 0.0
                                                                                                                                                                                                                                                                            	if (y3 <= -1.05e+259)
                                                                                                                                                                                                                                                                            		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                                                                                                                            	elseif (y3 <= -9.4e+92)
                                                                                                                                                                                                                                                                            		tmp = t_2;
                                                                                                                                                                                                                                                                            	elseif (y3 <= 1.75e-258)
                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(Float64(-y5) * y2) * fma(Float64(-a), t, Float64(y0 * k)));
                                                                                                                                                                                                                                                                            	elseif (y3 <= 1.6e-117)
                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(t_1 * t) * Float64(-i));
                                                                                                                                                                                                                                                                            	elseif (y3 <= 2.5e-5)
                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(fma(a, b, Float64(Float64(-c) * i)) * y) * x);
                                                                                                                                                                                                                                                                            	elseif (y3 <= 1.65e+241)
                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(Float64(-j) * y3) * fma(y1, y4, Float64(Float64(-y5) * y0)));
                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                            		tmp = t_2;
                                                                                                                                                                                                                                                                            	end
                                                                                                                                                                                                                                                                            	return tmp
                                                                                                                                                                                                                                                                            end
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(t$95$1 * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -9.4e+92], t$95$2, If[LessEqual[y3, 1.75e-258], N[(N[((-y5) * y2), $MachinePrecision] * N[((-a) * t + N[(y0 * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1.6e-117], N[(N[(t$95$1 * t), $MachinePrecision] * (-i)), $MachinePrecision], If[LessEqual[y3, 2.5e-5], N[(N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * x), $MachinePrecision], If[LessEqual[y3, 1.65e+241], N[(N[((-j) * y3), $MachinePrecision] * N[(y1 * y4 + N[((-y5) * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$2]]]]]]]]
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                            t_1 := \mathsf{fma}\left(-c, z, y5 \cdot j\right)\\
                                                                                                                                                                                                                                                                            t_2 := \left(t\_1 \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                                                            \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{elif}\;y3 \leq -9.4 \cdot 10^{+92}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;t\_2\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{elif}\;y3 \leq 1.75 \cdot 10^{-258}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;\left(t\_1 \cdot t\right) \cdot \left(-i\right)\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;t\_2\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                                                                            1. Split input into 6 regimes
                                                                                                                                                                                                                                                                            2. if y3 < -1.05000000000000003e259

                                                                                                                                                                                                                                                                              1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                              5. Applied rewrites70.6%

                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                              6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                1. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                                                                                                  \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                  1. Applied rewrites71.2%

                                                                                                                                                                                                                                                                                    \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                                                                                                  if -1.05000000000000003e259 < y3 < -9.4000000000000001e92 or 1.65e241 < y3

                                                                                                                                                                                                                                                                                  1. Initial program 31.5%

                                                                                                                                                                                                                                                                                    \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                  3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                    1. associate-*r*N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                    3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                    4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                    5. associate--l+N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                    6. *-commutativeN/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                    9. *-commutativeN/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                    11. *-commutativeN/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                    12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                    13. sub-negN/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                    14. mul-1-negN/A

                                                                                                                                                                                                                                                                                      \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                  5. Applied rewrites74.3%

                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                  6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                    \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                    1. Applied rewrites47.6%

                                                                                                                                                                                                                                                                                      \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                    2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                      \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                      1. Applied rewrites67.0%

                                                                                                                                                                                                                                                                                        \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                      if -9.4000000000000001e92 < y3 < 1.75000000000000001e-258

                                                                                                                                                                                                                                                                                      1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                                      3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                        1. *-commutativeN/A

                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                      6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                                        \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                        1. Applied rewrites29.6%

                                                                                                                                                                                                                                                                                          \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                        2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                          1. Applied rewrites36.8%

                                                                                                                                                                                                                                                                                            \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]

                                                                                                                                                                                                                                                                                          if 1.75000000000000001e-258 < y3 < 1.59999999999999998e-117

                                                                                                                                                                                                                                                                                          1. Initial program 42.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. Add Preprocessing
                                                                                                                                                                                                                                                                                          3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                            11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                            12. sub-negN/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                            13. *-commutativeN/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                            14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                          5. Applied rewrites58.1%

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

                                                                                                                                                                                                                                                                                            \[\leadsto \left(-i\right) \cdot \left(t \cdot \color{blue}{\left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                            1. Applied rewrites51.1%

                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(-c, z, j \cdot y5\right)}\right) \]

                                                                                                                                                                                                                                                                                            if 1.59999999999999998e-117 < y3 < 2.50000000000000012e-5

                                                                                                                                                                                                                                                                                            1. Initial program 26.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. Add Preprocessing
                                                                                                                                                                                                                                                                                            3. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                                                                              1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                            5. Applied rewrites48.7%

                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                            6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                              \[\leadsto \left(y \cdot \left(a \cdot b - c \cdot i\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                              1. Applied rewrites45.3%

                                                                                                                                                                                                                                                                                                \[\leadsto \left(y \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\right) \cdot x \]

                                                                                                                                                                                                                                                                                              if 2.50000000000000012e-5 < y3 < 1.65e241

                                                                                                                                                                                                                                                                                              1. Initial program 27.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. Add Preprocessing
                                                                                                                                                                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                              5. Applied rewrites47.2%

                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                              6. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                \[\leadsto -1 \cdot \color{blue}{\left(j \cdot \left(y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                1. Applied rewrites47.9%

                                                                                                                                                                                                                                                                                                  \[\leadsto -\left(j \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right) \]
                                                                                                                                                                                                                                                                                              8. Recombined 6 regimes into one program.
                                                                                                                                                                                                                                                                                              9. Final simplification49.3%

                                                                                                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -9.4 \cdot 10^{+92}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq 1.75 \cdot 10^{-258}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\ \mathbf{elif}\;y3 \leq 1.6 \cdot 10^{-117}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot t\right) \cdot \left(-i\right)\\ \mathbf{elif}\;y3 \leq 2.5 \cdot 10^{-5}:\\ \;\;\;\;\left(\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot y\right) \cdot x\\ \mathbf{elif}\;y3 \leq 1.65 \cdot 10^{+241}:\\ \;\;\;\;\left(\left(-j\right) \cdot y3\right) \cdot \mathsf{fma}\left(y1, y4, \left(-y5\right) \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                                              10. Add Preprocessing

                                                                                                                                                                                                                                                                                              Alternative 20: 31.5% accurate, 3.4× speedup?

                                                                                                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 3.9 \cdot 10^{-160}:\\ \;\;\;\;\mathsf{fma}\left(-y0, y2, i \cdot y\right) \cdot \left(y5 \cdot k\right)\\ \mathbf{elif}\;y3 \leq 9.8 \cdot 10^{+45}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 1.2 \cdot 10^{+173}:\\ \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                               :precision binary64
                                                                                                                                                                                                                                                                                               (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                                                                                                                                                                                                                                                                                 (if (<= y3 -1.05e+259)
                                                                                                                                                                                                                                                                                                   (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                                                                                                                                                   (if (<= y3 -1.6e-86)
                                                                                                                                                                                                                                                                                                     t_1
                                                                                                                                                                                                                                                                                                     (if (<= y3 3.9e-160)
                                                                                                                                                                                                                                                                                                       (* (fma (- y0) y2 (* i y)) (* y5 k))
                                                                                                                                                                                                                                                                                                       (if (<= y3 9.8e+45)
                                                                                                                                                                                                                                                                                                         (* (* (fma (- c) x (* y5 k)) y) i)
                                                                                                                                                                                                                                                                                                         (if (<= y3 1.2e+173)
                                                                                                                                                                                                                                                                                                           (* (fma y0 y3 (* (- i) t)) (* y5 j))
                                                                                                                                                                                                                                                                                                           (if (<= y3 1e+241)
                                                                                                                                                                                                                                                                                                             (* (fma (- j) y4 (* a z)) (* y3 y1))
                                                                                                                                                                                                                                                                                                             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) {
                                                                                                                                                                                                                                                                                              	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                                                                                                                                              	double tmp;
                                                                                                                                                                                                                                                                                              	if (y3 <= -1.05e+259) {
                                                                                                                                                                                                                                                                                              		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                                                                                                                              	} else if (y3 <= -1.6e-86) {
                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                              	} else if (y3 <= 3.9e-160) {
                                                                                                                                                                                                                                                                                              		tmp = fma(-y0, y2, (i * y)) * (y5 * k);
                                                                                                                                                                                                                                                                                              	} else if (y3 <= 9.8e+45) {
                                                                                                                                                                                                                                                                                              		tmp = (fma(-c, x, (y5 * k)) * y) * i;
                                                                                                                                                                                                                                                                                              	} else if (y3 <= 1.2e+173) {
                                                                                                                                                                                                                                                                                              		tmp = fma(y0, y3, (-i * t)) * (y5 * j);
                                                                                                                                                                                                                                                                                              	} else if (y3 <= 1e+241) {
                                                                                                                                                                                                                                                                                              		tmp = fma(-j, y4, (a * z)) * (y3 * y1);
                                                                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                              	}
                                                                                                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                              	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                                                                                                                                              	tmp = 0.0
                                                                                                                                                                                                                                                                                              	if (y3 <= -1.05e+259)
                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                                                                                                                                              	elseif (y3 <= -1.6e-86)
                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                              	elseif (y3 <= 3.9e-160)
                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-y0), y2, Float64(i * y)) * Float64(y5 * k));
                                                                                                                                                                                                                                                                                              	elseif (y3 <= 9.8e+45)
                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(fma(Float64(-c), x, Float64(y5 * k)) * y) * i);
                                                                                                                                                                                                                                                                                              	elseif (y3 <= 1.2e+173)
                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(y0, y3, Float64(Float64(-i) * t)) * Float64(y5 * j));
                                                                                                                                                                                                                                                                                              	elseif (y3 <= 1e+241)
                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-j), y4, Float64(a * z)) * Float64(y3 * y1));
                                                                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                              	end
                                                                                                                                                                                                                                                                                              	return tmp
                                                                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -1.6e-86], t$95$1, If[LessEqual[y3, 3.9e-160], N[(N[((-y0) * y2 + N[(i * y), $MachinePrecision]), $MachinePrecision] * N[(y5 * k), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 9.8e+45], N[(N[(N[((-c) * x + N[(y5 * k), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * i), $MachinePrecision], If[LessEqual[y3, 1.2e+173], N[(N[(y0 * y3 + N[((-i) * t), $MachinePrecision]), $MachinePrecision] * N[(y5 * j), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1e+241], N[(N[((-j) * y4 + N[(a * z), $MachinePrecision]), $MachinePrecision] * N[(y3 * y1), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]]
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \\
                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                              t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                                                                              \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\
                                                                                                                                                                                                                                                                                              \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 3.9 \cdot 10^{-160}:\\
                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-y0, y2, i \cdot y\right) \cdot \left(y5 \cdot k\right)\\
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 9.8 \cdot 10^{+45}:\\
                                                                                                                                                                                                                                                                                              \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 1.2 \cdot 10^{+173}:\\
                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 10^{+241}:\\
                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                                                                                                              \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                                                                                                              1. Split input into 6 regimes
                                                                                                                                                                                                                                                                                              2. if y3 < -1.05000000000000003e259

                                                                                                                                                                                                                                                                                                1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                5. Applied rewrites70.6%

                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                  1. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                                                                                                                    \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                    1. Applied rewrites71.2%

                                                                                                                                                                                                                                                                                                      \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                                                                                                                    if -1.05000000000000003e259 < y3 < -1.60000000000000003e-86 or 1.0000000000000001e241 < y3

                                                                                                                                                                                                                                                                                                    1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                    3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                      11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                      14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                    5. Applied rewrites60.4%

                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                      1. Applied rewrites41.9%

                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                      2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                        \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                        1. Applied rewrites50.1%

                                                                                                                                                                                                                                                                                                          \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                        if -1.60000000000000003e-86 < y3 < 3.89999999999999989e-160

                                                                                                                                                                                                                                                                                                        1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                          1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                          5. associate--l+N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                          6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                          9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                          11. sub-negN/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                          12. *-commutativeN/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                          13. mul-1-negN/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                          14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                        5. Applied rewrites38.6%

                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                        6. Taylor expanded in k around -inf

                                                                                                                                                                                                                                                                                                          \[\leadsto k \cdot \color{blue}{\left(y5 \cdot \left(-1 \cdot \left(y0 \cdot y2\right) + i \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                          1. Applied rewrites37.5%

                                                                                                                                                                                                                                                                                                            \[\leadsto \left(k \cdot y5\right) \cdot \color{blue}{\mathsf{fma}\left(-y0, y2, i \cdot y\right)} \]

                                                                                                                                                                                                                                                                                                          if 3.89999999999999989e-160 < y3 < 9.8000000000000004e45

                                                                                                                                                                                                                                                                                                          1. Initial program 28.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                          3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                            11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                            12. sub-negN/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                            13. *-commutativeN/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                            14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                          5. Applied rewrites43.2%

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

                                                                                                                                                                                                                                                                                                            \[\leadsto i \cdot \color{blue}{\left(y \cdot \left(-1 \cdot \left(c \cdot x\right) + k \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                            1. Applied rewrites35.2%

                                                                                                                                                                                                                                                                                                              \[\leadsto i \cdot \color{blue}{\left(y \cdot \mathsf{fma}\left(-c, x, k \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                            if 9.8000000000000004e45 < y3 < 1.2e173

                                                                                                                                                                                                                                                                                                            1. Initial program 31.6%

                                                                                                                                                                                                                                                                                                              \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                            3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                              5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                              9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                              11. sub-negN/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                              12. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                              13. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                              14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                            5. Applied rewrites48.2%

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                            6. Taylor expanded in j around -inf

                                                                                                                                                                                                                                                                                                              \[\leadsto j \cdot \color{blue}{\left(y5 \cdot \left(-1 \cdot \left(i \cdot t\right) + y0 \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                              1. Applied rewrites59.0%

                                                                                                                                                                                                                                                                                                                \[\leadsto \left(j \cdot y5\right) \cdot \color{blue}{\mathsf{fma}\left(y0, y3, -i \cdot t\right)} \]

                                                                                                                                                                                                                                                                                                              if 1.2e173 < y3 < 1.0000000000000001e241

                                                                                                                                                                                                                                                                                                              1. Initial program 28.6%

                                                                                                                                                                                                                                                                                                                \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                              5. Applied rewrites64.3%

                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                1. Applied rewrites22.4%

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                2. Taylor expanded in y1 around -inf

                                                                                                                                                                                                                                                                                                                  \[\leadsto y1 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(j \cdot y4\right) + a \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                  1. Applied rewrites72.2%

                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(y1 \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y4, a \cdot z\right)} \]
                                                                                                                                                                                                                                                                                                                4. Recombined 6 regimes into one program.
                                                                                                                                                                                                                                                                                                                5. Final simplification47.0%

                                                                                                                                                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq 3.9 \cdot 10^{-160}:\\ \;\;\;\;\mathsf{fma}\left(-y0, y2, i \cdot y\right) \cdot \left(y5 \cdot k\right)\\ \mathbf{elif}\;y3 \leq 9.8 \cdot 10^{+45}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 1.2 \cdot 10^{+173}:\\ \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                Alternative 21: 29.7% accurate, 3.7× speedup?

                                                                                                                                                                                                                                                                                                                \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{if}\;c \leq -1.35 \cdot 10^{+251}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;c \leq -1.1 \cdot 10^{+61}:\\ \;\;\;\;\left(\left(-t\right) \cdot z\right) \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\\ \mathbf{elif}\;c \leq -2.25 \cdot 10^{-116}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\ \mathbf{elif}\;c \leq 6.8 \cdot 10^{-85}:\\ \;\;\;\;\left(\mathsf{fma}\left(-1, y5 \cdot y, y1 \cdot z\right) \cdot y3\right) \cdot a\\ \mathbf{elif}\;c \leq 2.9 \cdot 10^{+60}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                 :precision binary64
                                                                                                                                                                                                                                                                                                                 (let* ((t_1 (* (* (fma (- c) y3 (* k b)) z) y0)))
                                                                                                                                                                                                                                                                                                                   (if (<= c -1.35e+251)
                                                                                                                                                                                                                                                                                                                     t_1
                                                                                                                                                                                                                                                                                                                     (if (<= c -1.1e+61)
                                                                                                                                                                                                                                                                                                                       (* (* (- t) z) (fma a b (* (- c) i)))
                                                                                                                                                                                                                                                                                                                       (if (<= c -2.25e-116)
                                                                                                                                                                                                                                                                                                                         (* (* (- y5) y2) (fma (- a) t (* y0 k)))
                                                                                                                                                                                                                                                                                                                         (if (<= c 6.8e-85)
                                                                                                                                                                                                                                                                                                                           (* (* (fma -1.0 (* y5 y) (* y1 z)) y3) a)
                                                                                                                                                                                                                                                                                                                           (if (<= c 2.9e+60) (* (* (fma x y2 (* (- y3) z)) c) y0) 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) {
                                                                                                                                                                                                                                                                                                                	double t_1 = (fma(-c, y3, (k * b)) * z) * y0;
                                                                                                                                                                                                                                                                                                                	double tmp;
                                                                                                                                                                                                                                                                                                                	if (c <= -1.35e+251) {
                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                	} else if (c <= -1.1e+61) {
                                                                                                                                                                                                                                                                                                                		tmp = (-t * z) * fma(a, b, (-c * i));
                                                                                                                                                                                                                                                                                                                	} else if (c <= -2.25e-116) {
                                                                                                                                                                                                                                                                                                                		tmp = (-y5 * y2) * fma(-a, t, (y0 * k));
                                                                                                                                                                                                                                                                                                                	} else if (c <= 6.8e-85) {
                                                                                                                                                                                                                                                                                                                		tmp = (fma(-1.0, (y5 * y), (y1 * z)) * y3) * a;
                                                                                                                                                                                                                                                                                                                	} else if (c <= 2.9e+60) {
                                                                                                                                                                                                                                                                                                                		tmp = (fma(x, y2, (-y3 * z)) * c) * y0;
                                                                                                                                                                                                                                                                                                                	} else {
                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                	}
                                                                                                                                                                                                                                                                                                                	return tmp;
                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                	t_1 = Float64(Float64(fma(Float64(-c), y3, Float64(k * b)) * z) * y0)
                                                                                                                                                                                                                                                                                                                	tmp = 0.0
                                                                                                                                                                                                                                                                                                                	if (c <= -1.35e+251)
                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                	elseif (c <= -1.1e+61)
                                                                                                                                                                                                                                                                                                                		tmp = Float64(Float64(Float64(-t) * z) * fma(a, b, Float64(Float64(-c) * i)));
                                                                                                                                                                                                                                                                                                                	elseif (c <= -2.25e-116)
                                                                                                                                                                                                                                                                                                                		tmp = Float64(Float64(Float64(-y5) * y2) * fma(Float64(-a), t, Float64(y0 * k)));
                                                                                                                                                                                                                                                                                                                	elseif (c <= 6.8e-85)
                                                                                                                                                                                                                                                                                                                		tmp = Float64(Float64(fma(-1.0, Float64(y5 * y), Float64(y1 * z)) * y3) * a);
                                                                                                                                                                                                                                                                                                                	elseif (c <= 2.9e+60)
                                                                                                                                                                                                                                                                                                                		tmp = Float64(Float64(fma(x, y2, Float64(Float64(-y3) * z)) * c) * y0);
                                                                                                                                                                                                                                                                                                                	else
                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                	end
                                                                                                                                                                                                                                                                                                                	return tmp
                                                                                                                                                                                                                                                                                                                end
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * y3 + N[(k * b), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[c, -1.35e+251], t$95$1, If[LessEqual[c, -1.1e+61], N[(N[((-t) * z), $MachinePrecision] * N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -2.25e-116], N[(N[((-y5) * y2), $MachinePrecision] * N[((-a) * t + N[(y0 * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 6.8e-85], N[(N[(N[(-1.0 * N[(y5 * y), $MachinePrecision] + N[(y1 * z), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * a), $MachinePrecision], If[LessEqual[c, 2.9e+60], N[(N[(N[(x * y2 + N[((-y3) * z), $MachinePrecision]), $MachinePrecision] * c), $MachinePrecision] * y0), $MachinePrecision], t$95$1]]]]]]
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                \\
                                                                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                                                                t_1 := \left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                \mathbf{if}\;c \leq -1.35 \cdot 10^{+251}:\\
                                                                                                                                                                                                                                                                                                                \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                \mathbf{elif}\;c \leq -1.1 \cdot 10^{+61}:\\
                                                                                                                                                                                                                                                                                                                \;\;\;\;\left(\left(-t\right) \cdot z\right) \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\\
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                \mathbf{elif}\;c \leq -2.25 \cdot 10^{-116}:\\
                                                                                                                                                                                                                                                                                                                \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                \mathbf{elif}\;c \leq 6.8 \cdot 10^{-85}:\\
                                                                                                                                                                                                                                                                                                                \;\;\;\;\left(\mathsf{fma}\left(-1, y5 \cdot y, y1 \cdot z\right) \cdot y3\right) \cdot a\\
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                \mathbf{elif}\;c \leq 2.9 \cdot 10^{+60}:\\
                                                                                                                                                                                                                                                                                                                \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                Derivation
                                                                                                                                                                                                                                                                                                                1. Split input into 5 regimes
                                                                                                                                                                                                                                                                                                                2. if c < -1.3500000000000001e251 or 2.9e60 < c

                                                                                                                                                                                                                                                                                                                  1. Initial program 23.5%

                                                                                                                                                                                                                                                                                                                    \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                  3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                    1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                    4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                    5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                    9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                    11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                    12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                    13. sub-negN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                    14. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    15. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                  5. Applied rewrites43.0%

                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                    1. Applied rewrites31.9%

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                                      \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(c \cdot y3\right) + b \cdot k\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                      1. Applied rewrites56.3%

                                                                                                                                                                                                                                                                                                                        \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \mathsf{fma}\left(-c, y3, b \cdot k\right)\right)} \]

                                                                                                                                                                                                                                                                                                                      if -1.3500000000000001e251 < c < -1.1e61

                                                                                                                                                                                                                                                                                                                      1. Initial program 24.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                      3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                        1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                        4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                        5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                        9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                        10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                        11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                        12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                        13. sub-negN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                        14. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        15. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                      5. Applied rewrites34.9%

                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                        \[\leadsto -1 \cdot \color{blue}{\left(t \cdot \left(z \cdot \left(a \cdot b - c \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                        1. Applied rewrites53.7%

                                                                                                                                                                                                                                                                                                                          \[\leadsto -\left(t \cdot z\right) \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \]

                                                                                                                                                                                                                                                                                                                        if -1.1e61 < c < -2.25000000000000006e-116

                                                                                                                                                                                                                                                                                                                        1. Initial program 22.6%

                                                                                                                                                                                                                                                                                                                          \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                          1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                          2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                          1. Applied rewrites23.5%

                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                            1. Applied rewrites45.2%

                                                                                                                                                                                                                                                                                                                              \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]

                                                                                                                                                                                                                                                                                                                            if -2.25000000000000006e-116 < c < 6.8e-85

                                                                                                                                                                                                                                                                                                                            1. Initial program 47.2%

                                                                                                                                                                                                                                                                                                                              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                            2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                            3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                              5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                              9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                              11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                              12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                              13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                              14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                            5. Applied rewrites44.1%

                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                            6. Taylor expanded in a around -inf

                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(y \cdot y5\right) + y1 \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                              1. Applied rewrites40.3%

                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-1, y \cdot y5, y1 \cdot z\right)\right)} \]

                                                                                                                                                                                                                                                                                                                              if 6.8e-85 < c < 2.9e60

                                                                                                                                                                                                                                                                                                                              1. Initial program 25.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{y0 \cdot \left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y5 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) + c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) - b \cdot \left(j \cdot x - k \cdot z\right)\right) \cdot y0} \]
                                                                                                                                                                                                                                                                                                                              5. Applied rewrites41.6%

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\mathsf{fma}\left(-y5, y2 \cdot k - y3 \cdot j, \mathsf{fma}\left(y2 \cdot x - y3 \cdot z, c, \left(-b\right) \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \cdot y0} \]
                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in c around inf

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(c \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) \cdot y0 \]
                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                1. Applied rewrites49.0%

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(c \cdot \mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right)\right) \cdot y0 \]
                                                                                                                                                                                                                                                                                                                              8. Recombined 5 regimes into one program.
                                                                                                                                                                                                                                                                                                                              9. Final simplification48.1%

                                                                                                                                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -1.35 \cdot 10^{+251}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{elif}\;c \leq -1.1 \cdot 10^{+61}:\\ \;\;\;\;\left(\left(-t\right) \cdot z\right) \cdot \mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)\\ \mathbf{elif}\;c \leq -2.25 \cdot 10^{-116}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \mathsf{fma}\left(-a, t, y0 \cdot k\right)\\ \mathbf{elif}\;c \leq 6.8 \cdot 10^{-85}:\\ \;\;\;\;\left(\mathsf{fma}\left(-1, y5 \cdot y, y1 \cdot z\right) \cdot y3\right) \cdot a\\ \mathbf{elif}\;c \leq 2.9 \cdot 10^{+60}:\\ \;\;\;\;\left(\mathsf{fma}\left(x, y2, \left(-y3\right) \cdot z\right) \cdot c\right) \cdot y0\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                              10. Add Preprocessing

                                                                                                                                                                                                                                                                                                                              Alternative 22: 31.0% accurate, 3.7× speedup?

                                                                                                                                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 7.2 \cdot 10^{-161}:\\ \;\;\;\;\mathsf{fma}\left(-y0, y2, i \cdot y\right) \cdot \left(y5 \cdot k\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                               :precision binary64
                                                                                                                                                                                                                                                                                                                               (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                                                                                                                                                                                                                                                                                                                 (if (<= y3 -1.05e+259)
                                                                                                                                                                                                                                                                                                                                   (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                                                                                                                                                                                   (if (<= y3 -1.6e-86)
                                                                                                                                                                                                                                                                                                                                     t_1
                                                                                                                                                                                                                                                                                                                                     (if (<= y3 7.2e-161)
                                                                                                                                                                                                                                                                                                                                       (* (fma (- y0) y2 (* i y)) (* y5 k))
                                                                                                                                                                                                                                                                                                                                       (if (<= y3 3.7e-6)
                                                                                                                                                                                                                                                                                                                                         (* (fma a b (* (- c) i)) (* y x))
                                                                                                                                                                                                                                                                                                                                         (if (<= y3 1e+241) (* (fma (- j) y4 (* a z)) (* y3 y1)) 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) {
                                                                                                                                                                                                                                                                                                                              	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                                                                                                                                                                              	double tmp;
                                                                                                                                                                                                                                                                                                                              	if (y3 <= -1.05e+259) {
                                                                                                                                                                                                                                                                                                                              		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                                                                                                                                                              	} else if (y3 <= -1.6e-86) {
                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                              	} else if (y3 <= 7.2e-161) {
                                                                                                                                                                                                                                                                                                                              		tmp = fma(-y0, y2, (i * y)) * (y5 * k);
                                                                                                                                                                                                                                                                                                                              	} else if (y3 <= 3.7e-6) {
                                                                                                                                                                                                                                                                                                                              		tmp = fma(a, b, (-c * i)) * (y * x);
                                                                                                                                                                                                                                                                                                                              	} else if (y3 <= 1e+241) {
                                                                                                                                                                                                                                                                                                                              		tmp = fma(-j, y4, (a * z)) * (y3 * y1);
                                                                                                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                              	}
                                                                                                                                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                              	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                                                                                                                                                                              	tmp = 0.0
                                                                                                                                                                                                                                                                                                                              	if (y3 <= -1.05e+259)
                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                                                                                                                                                                              	elseif (y3 <= -1.6e-86)
                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                              	elseif (y3 <= 7.2e-161)
                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-y0), y2, Float64(i * y)) * Float64(y5 * k));
                                                                                                                                                                                                                                                                                                                              	elseif (y3 <= 3.7e-6)
                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(a, b, Float64(Float64(-c) * i)) * Float64(y * x));
                                                                                                                                                                                                                                                                                                                              	elseif (y3 <= 1e+241)
                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-j), y4, Float64(a * z)) * Float64(y3 * y1));
                                                                                                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                              	end
                                                                                                                                                                                                                                                                                                                              	return tmp
                                                                                                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -1.6e-86], t$95$1, If[LessEqual[y3, 7.2e-161], N[(N[((-y0) * y2 + N[(i * y), $MachinePrecision]), $MachinePrecision] * N[(y5 * k), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 3.7e-6], N[(N[(a * b + N[((-c) * i), $MachinePrecision]), $MachinePrecision] * N[(y * x), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1e+241], N[(N[((-j) * y4 + N[(a * z), $MachinePrecision]), $MachinePrecision] * N[(y3 * y1), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              \\
                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                              t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                              \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\
                                                                                                                                                                                                                                                                                                                              \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 7.2 \cdot 10^{-161}:\\
                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-y0, y2, i \cdot y\right) \cdot \left(y5 \cdot k\right)\\
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\
                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y3 \leq 10^{+241}:\\
                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                              \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                                                                                                                                              1. Split input into 5 regimes
                                                                                                                                                                                                                                                                                                                              2. if y3 < -1.05000000000000003e259

                                                                                                                                                                                                                                                                                                                                1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                5. Applied rewrites70.6%

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                                                                                                                                                    \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites71.2%

                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                                                                                                                                                    if -1.05000000000000003e259 < y3 < -1.60000000000000003e-86 or 1.0000000000000001e241 < y3

                                                                                                                                                                                                                                                                                                                                    1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                      14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites60.4%

                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites41.9%

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites50.1%

                                                                                                                                                                                                                                                                                                                                          \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                        if -1.60000000000000003e-86 < y3 < 7.20000000000000036e-161

                                                                                                                                                                                                                                                                                                                                        1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                          1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                          5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                          6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                          9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                          11. sub-negN/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                          12. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                          13. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                          14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                        5. Applied rewrites38.6%

                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in k around -inf

                                                                                                                                                                                                                                                                                                                                          \[\leadsto k \cdot \color{blue}{\left(y5 \cdot \left(-1 \cdot \left(y0 \cdot y2\right) + i \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites37.5%

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(k \cdot y5\right) \cdot \color{blue}{\mathsf{fma}\left(-y0, y2, i \cdot y\right)} \]

                                                                                                                                                                                                                                                                                                                                          if 7.20000000000000036e-161 < y3 < 3.7000000000000002e-6

                                                                                                                                                                                                                                                                                                                                          1. Initial program 28.2%

                                                                                                                                                                                                                                                                                                                                            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                          2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                            1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites47.8%

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                            \[\leadsto x \cdot \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites40.2%

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)} \]

                                                                                                                                                                                                                                                                                                                                            if 3.7000000000000002e-6 < y3 < 1.0000000000000001e241

                                                                                                                                                                                                                                                                                                                                            1. Initial program 29.5%

                                                                                                                                                                                                                                                                                                                                              \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                            3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                              14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                            5. Applied rewrites48.4%

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                            6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                              \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites24.3%

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in y1 around -inf

                                                                                                                                                                                                                                                                                                                                                \[\leadsto y1 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(j \cdot y4\right) + a \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites46.3%

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(y1 \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y4, a \cdot z\right)} \]
                                                                                                                                                                                                                                                                                                                                              4. Recombined 5 regimes into one program.
                                                                                                                                                                                                                                                                                                                                              5. Final simplification45.8%

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq 7.2 \cdot 10^{-161}:\\ \;\;\;\;\mathsf{fma}\left(-y0, y2, i \cdot y\right) \cdot \left(y5 \cdot k\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-6}:\\ \;\;\;\;\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right) \cdot \left(y \cdot x\right)\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                              6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                              Alternative 23: 26.3% accurate, 3.7× speedup?

                                                                                                                                                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;b \leq -1.32 \cdot 10^{+134}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{elif}\;b \leq -2.75 \cdot 10^{+15}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\ \mathbf{elif}\;b \leq -1 \cdot 10^{-64}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;b \leq 4.5 \cdot 10^{-10}:\\ \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\ \mathbf{elif}\;b \leq 1.35 \cdot 10^{+239}:\\ \;\;\;\;\left(\left(b \cdot a\right) \cdot t\right) \cdot \left(-z\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(-j, y0, a \cdot y\right) \cdot \left(b \cdot x\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                               :precision binary64
                                                                                                                                                                                                                                                                                                                                               (if (<= b -1.32e+134)
                                                                                                                                                                                                                                                                                                                                                 (* (* (fma (- c) y3 (* k b)) z) y0)
                                                                                                                                                                                                                                                                                                                                                 (if (<= b -2.75e+15)
                                                                                                                                                                                                                                                                                                                                                   (* (* (- y5) y2) (* (- t) a))
                                                                                                                                                                                                                                                                                                                                                   (if (<= b -1e-64)
                                                                                                                                                                                                                                                                                                                                                     (* (fma (- k) y1 (* c t)) (* i z))
                                                                                                                                                                                                                                                                                                                                                     (if (<= b 4.5e-10)
                                                                                                                                                                                                                                                                                                                                                       (* (fma y0 y3 (* (- i) t)) (* y5 j))
                                                                                                                                                                                                                                                                                                                                                       (if (<= b 1.35e+239)
                                                                                                                                                                                                                                                                                                                                                         (* (* (* b a) t) (- z))
                                                                                                                                                                                                                                                                                                                                                         (* (fma (- j) y0 (* a y)) (* b x))))))))
                                                                                                                                                                                                                                                                                                                                              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 tmp;
                                                                                                                                                                                                                                                                                                                                              	if (b <= -1.32e+134) {
                                                                                                                                                                                                                                                                                                                                              		tmp = (fma(-c, y3, (k * b)) * z) * y0;
                                                                                                                                                                                                                                                                                                                                              	} else if (b <= -2.75e+15) {
                                                                                                                                                                                                                                                                                                                                              		tmp = (-y5 * y2) * (-t * a);
                                                                                                                                                                                                                                                                                                                                              	} else if (b <= -1e-64) {
                                                                                                                                                                                                                                                                                                                                              		tmp = fma(-k, y1, (c * t)) * (i * z);
                                                                                                                                                                                                                                                                                                                                              	} else if (b <= 4.5e-10) {
                                                                                                                                                                                                                                                                                                                                              		tmp = fma(y0, y3, (-i * t)) * (y5 * j);
                                                                                                                                                                                                                                                                                                                                              	} else if (b <= 1.35e+239) {
                                                                                                                                                                                                                                                                                                                                              		tmp = ((b * a) * t) * -z;
                                                                                                                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                                                                                                                              		tmp = fma(-j, y0, (a * y)) * (b * x);
                                                                                                                                                                                                                                                                                                                                              	}
                                                                                                                                                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                              	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                              	if (b <= -1.32e+134)
                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(fma(Float64(-c), y3, Float64(k * b)) * z) * y0);
                                                                                                                                                                                                                                                                                                                                              	elseif (b <= -2.75e+15)
                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(Float64(-y5) * y2) * Float64(Float64(-t) * a));
                                                                                                                                                                                                                                                                                                                                              	elseif (b <= -1e-64)
                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-k), y1, Float64(c * t)) * Float64(i * z));
                                                                                                                                                                                                                                                                                                                                              	elseif (b <= 4.5e-10)
                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(y0, y3, Float64(Float64(-i) * t)) * Float64(y5 * j));
                                                                                                                                                                                                                                                                                                                                              	elseif (b <= 1.35e+239)
                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(Float64(b * a) * t) * Float64(-z));
                                                                                                                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-j), y0, Float64(a * y)) * Float64(b * x));
                                                                                                                                                                                                                                                                                                                                              	end
                                                                                                                                                                                                                                                                                                                                              	return tmp
                                                                                                                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[b, -1.32e+134], N[(N[(N[((-c) * y3 + N[(k * b), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * y0), $MachinePrecision], If[LessEqual[b, -2.75e+15], N[(N[((-y5) * y2), $MachinePrecision] * N[((-t) * a), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -1e-64], N[(N[((-k) * y1 + N[(c * t), $MachinePrecision]), $MachinePrecision] * N[(i * z), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 4.5e-10], N[(N[(y0 * y3 + N[((-i) * t), $MachinePrecision]), $MachinePrecision] * N[(y5 * j), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 1.35e+239], N[(N[(N[(b * a), $MachinePrecision] * t), $MachinePrecision] * (-z)), $MachinePrecision], N[(N[((-j) * y0 + N[(a * y), $MachinePrecision]), $MachinePrecision] * N[(b * x), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              \\
                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                              \mathbf{if}\;b \leq -1.32 \cdot 10^{+134}:\\
                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;b \leq -2.75 \cdot 10^{+15}:\\
                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;b \leq -1 \cdot 10^{-64}:\\
                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;b \leq 4.5 \cdot 10^{-10}:\\
                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;b \leq 1.35 \cdot 10^{+239}:\\
                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\left(\left(b \cdot a\right) \cdot t\right) \cdot \left(-z\right)\\
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-j, y0, a \cdot y\right) \cdot \left(b \cdot x\right)\\
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                                                                                                                                                              1. Split input into 6 regimes
                                                                                                                                                                                                                                                                                                                                              2. if b < -1.32e134

                                                                                                                                                                                                                                                                                                                                                1. Initial program 23.6%

                                                                                                                                                                                                                                                                                                                                                  \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                  14. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  15. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites45.2%

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites22.4%

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(c \cdot y3\right) + b \cdot k\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites56.5%

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \mathsf{fma}\left(-c, y3, b \cdot k\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                    if -1.32e134 < b < -2.75e15

                                                                                                                                                                                                                                                                                                                                                    1. Initial program 40.0%

                                                                                                                                                                                                                                                                                                                                                      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                    2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                      1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites21.4%

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites44.7%

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -\left(y2 \cdot y5\right) \cdot \left(-1 \cdot \left(a \cdot t\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites40.8%

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -\left(y2 \cdot y5\right) \cdot \left(\left(-a\right) \cdot t\right) \]

                                                                                                                                                                                                                                                                                                                                                          if -2.75e15 < b < -9.99999999999999965e-65

                                                                                                                                                                                                                                                                                                                                                          1. Initial program 38.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                            14. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            15. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites45.2%

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites29.9%

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \left(a \cdot \left(b \cdot \color{blue}{t}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites17.7%

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-z\right) \cdot \left(\left(a \cdot b\right) \cdot t\right) \]
                                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto i \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(k \cdot y1\right) + c \cdot t\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites56.4%

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(i \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(-k, y1, c \cdot t\right)} \]

                                                                                                                                                                                                                                                                                                                                                                if -9.99999999999999965e-65 < b < 4.5e-10

                                                                                                                                                                                                                                                                                                                                                                1. Initial program 33.5%

                                                                                                                                                                                                                                                                                                                                                                  \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  11. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                  12. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  13. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                  14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites45.7%

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in j around -inf

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto j \cdot \color{blue}{\left(y5 \cdot \left(-1 \cdot \left(i \cdot t\right) + y0 \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites38.6%

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(j \cdot y5\right) \cdot \color{blue}{\mathsf{fma}\left(y0, y3, -i \cdot t\right)} \]

                                                                                                                                                                                                                                                                                                                                                                  if 4.5e-10 < b < 1.3499999999999999e239

                                                                                                                                                                                                                                                                                                                                                                  1. Initial program 27.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                  3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                    1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                    3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                    6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                    14. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    15. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites38.5%

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites49.8%

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(a \cdot \left(b \cdot \color{blue}{t}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites49.9%

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \left(\left(a \cdot b\right) \cdot t\right) \]

                                                                                                                                                                                                                                                                                                                                                                      if 1.3499999999999999e239 < b

                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 29.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                      3. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                        1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites53.2%

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in i around inf

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(i \cdot \left(-1 \cdot \left(c \cdot y\right) + j \cdot y1\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites36.0%

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(i \cdot \mathsf{fma}\left(-1, c \cdot y, j \cdot y1\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto b \cdot \color{blue}{\left(x \cdot \left(-1 \cdot \left(j \cdot y0\right) + a \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites59.3%

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(b \cdot x\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y0, a \cdot y\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        4. Recombined 6 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                        5. Final simplification45.8%

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -1.32 \cdot 10^{+134}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{elif}\;b \leq -2.75 \cdot 10^{+15}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\ \mathbf{elif}\;b \leq -1 \cdot 10^{-64}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;b \leq 4.5 \cdot 10^{-10}:\\ \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\ \mathbf{elif}\;b \leq 1.35 \cdot 10^{+239}:\\ \;\;\;\;\left(\left(b \cdot a\right) \cdot t\right) \cdot \left(-z\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(-j, y0, a \cdot y\right) \cdot \left(b \cdot x\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                        Alternative 24: 32.1% accurate, 3.7× speedup?

                                                                                                                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 9.8 \cdot 10^{+45}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 1.2 \cdot 10^{+173}:\\ \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                         :precision binary64
                                                                                                                                                                                                                                                                                                                                                                         (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                                                                                                                                                                                                                                                                                                                                                           (if (<= y3 -1.05e+259)
                                                                                                                                                                                                                                                                                                                                                                             (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                                                                                                                                                                                                                             (if (<= y3 -1.6e-86)
                                                                                                                                                                                                                                                                                                                                                                               t_1
                                                                                                                                                                                                                                                                                                                                                                               (if (<= y3 9.8e+45)
                                                                                                                                                                                                                                                                                                                                                                                 (* (* (fma (- c) x (* y5 k)) y) i)
                                                                                                                                                                                                                                                                                                                                                                                 (if (<= y3 1.2e+173)
                                                                                                                                                                                                                                                                                                                                                                                   (* (fma y0 y3 (* (- i) t)) (* y5 j))
                                                                                                                                                                                                                                                                                                                                                                                   (if (<= y3 1e+241) (* (fma (- j) y4 (* a z)) (* y3 y1)) 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) {
                                                                                                                                                                                                                                                                                                                                                                        	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                                                                                                                                                                                                                        	double tmp;
                                                                                                                                                                                                                                                                                                                                                                        	if (y3 <= -1.05e+259) {
                                                                                                                                                                                                                                                                                                                                                                        		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                                                                                                                                                                                                        	} else if (y3 <= -1.6e-86) {
                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                        	} else if (y3 <= 9.8e+45) {
                                                                                                                                                                                                                                                                                                                                                                        		tmp = (fma(-c, x, (y5 * k)) * y) * i;
                                                                                                                                                                                                                                                                                                                                                                        	} else if (y3 <= 1.2e+173) {
                                                                                                                                                                                                                                                                                                                                                                        		tmp = fma(y0, y3, (-i * t)) * (y5 * j);
                                                                                                                                                                                                                                                                                                                                                                        	} else if (y3 <= 1e+241) {
                                                                                                                                                                                                                                                                                                                                                                        		tmp = fma(-j, y4, (a * z)) * (y3 * y1);
                                                                                                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                                                                                                                                        	return tmp;
                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                        	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                        	if (y3 <= -1.05e+259)
                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                                                                                                                                                                                                                        	elseif (y3 <= -1.6e-86)
                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                        	elseif (y3 <= 9.8e+45)
                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(fma(Float64(-c), x, Float64(y5 * k)) * y) * i);
                                                                                                                                                                                                                                                                                                                                                                        	elseif (y3 <= 1.2e+173)
                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(fma(y0, y3, Float64(Float64(-i) * t)) * Float64(y5 * j));
                                                                                                                                                                                                                                                                                                                                                                        	elseif (y3 <= 1e+241)
                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(fma(Float64(-j), y4, Float64(a * z)) * Float64(y3 * y1));
                                                                                                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -1.6e-86], t$95$1, If[LessEqual[y3, 9.8e+45], N[(N[(N[((-c) * x + N[(y5 * k), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * i), $MachinePrecision], If[LessEqual[y3, 1.2e+173], N[(N[(y0 * y3 + N[((-i) * t), $MachinePrecision]), $MachinePrecision] * N[(y5 * j), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1e+241], N[(N[((-j) * y4 + N[(a * z), $MachinePrecision]), $MachinePrecision] * N[(y3 * y1), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                        t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                                                                        \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\
                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq 9.8 \cdot 10^{+45}:\\
                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq 1.2 \cdot 10^{+173}:\\
                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq 10^{+241}:\\
                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                                                                                                                        1. Split input into 5 regimes
                                                                                                                                                                                                                                                                                                                                                                        2. if y3 < -1.05000000000000003e259

                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites70.6%

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites71.2%

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                                                                                                                                                                                              if -1.05000000000000003e259 < y3 < -1.60000000000000003e-86 or 1.0000000000000001e241 < y3

                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites60.4%

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites41.9%

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites50.1%

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                  if -1.60000000000000003e-86 < y3 < 9.8000000000000004e45

                                                                                                                                                                                                                                                                                                                                                                                  1. Initial program 32.5%

                                                                                                                                                                                                                                                                                                                                                                                    \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                  3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                    1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    13. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites42.0%

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

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto i \cdot \color{blue}{\left(y \cdot \left(-1 \cdot \left(c \cdot x\right) + k \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites31.0%

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto i \cdot \color{blue}{\left(y \cdot \mathsf{fma}\left(-c, x, k \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                    if 9.8000000000000004e45 < y3 < 1.2e173

                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 31.6%

                                                                                                                                                                                                                                                                                                                                                                                      \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      11. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      12. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      13. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites48.2%

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in j around -inf

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto j \cdot \color{blue}{\left(y5 \cdot \left(-1 \cdot \left(i \cdot t\right) + y0 \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites59.0%

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(j \cdot y5\right) \cdot \color{blue}{\mathsf{fma}\left(y0, y3, -i \cdot t\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                      if 1.2e173 < y3 < 1.0000000000000001e241

                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 28.6%

                                                                                                                                                                                                                                                                                                                                                                                        \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                      3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                        1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites64.3%

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites22.4%

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in y1 around -inf

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y1 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(j \cdot y4\right) + a \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites72.2%

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(y1 \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y4, a \cdot z\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        4. Recombined 5 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                        5. Final simplification44.3%

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq 9.8 \cdot 10^{+45}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 1.2 \cdot 10^{+173}:\\ \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                        Alternative 25: 21.9% accurate, 4.0× speedup?

                                                                                                                                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ t_2 := \left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\ \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;c \leq -6 \cdot 10^{-133}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;c \leq -2.6 \cdot 10^{-302}:\\ \;\;\;\;\left(\left(\left(-y\right) \cdot y3\right) \cdot y5\right) \cdot a\\ \mathbf{elif}\;c \leq 1.96 \cdot 10^{-128}:\\ \;\;\;\;\left(\left(-j\right) \cdot y0\right) \cdot \left(b \cdot x\right)\\ \mathbf{elif}\;c \leq 7.6 \cdot 10^{+34}:\\ \;\;\;\;t\_2\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                         :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                         (let* ((t_1 (* (* (* y4 c) y) y3)) (t_2 (* (* (- y5) y2) (* (- t) a))))
                                                                                                                                                                                                                                                                                                                                                                                           (if (<= c -9e+44)
                                                                                                                                                                                                                                                                                                                                                                                             t_1
                                                                                                                                                                                                                                                                                                                                                                                             (if (<= c -6e-133)
                                                                                                                                                                                                                                                                                                                                                                                               t_2
                                                                                                                                                                                                                                                                                                                                                                                               (if (<= c -2.6e-302)
                                                                                                                                                                                                                                                                                                                                                                                                 (* (* (* (- y) y3) y5) a)
                                                                                                                                                                                                                                                                                                                                                                                                 (if (<= c 1.96e-128)
                                                                                                                                                                                                                                                                                                                                                                                                   (* (* (- j) y0) (* b x))
                                                                                                                                                                                                                                                                                                                                                                                                   (if (<= c 7.6e+34) t_2 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) {
                                                                                                                                                                                                                                                                                                                                                                                        	double t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                        	double t_2 = (-y5 * y2) * (-t * a);
                                                                                                                                                                                                                                                                                                                                                                                        	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                        	if (c <= -9e+44) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                        	} else if (c <= -6e-133) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2;
                                                                                                                                                                                                                                                                                                                                                                                        	} else if (c <= -2.6e-302) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = ((-y * y3) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                        	} else if (c <= 1.96e-128) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (-j * y0) * (b * x);
                                                                                                                                                                                                                                                                                                                                                                                        	} else if (c <= 7.6e+34) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2;
                                                                                                                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = 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
                                                                                                                                                                                                                                                                                                                                                                                            real(8) :: t_1
                                                                                                                                                                                                                                                                                                                                                                                            real(8) :: t_2
                                                                                                                                                                                                                                                                                                                                                                                            real(8) :: tmp
                                                                                                                                                                                                                                                                                                                                                                                            t_1 = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                            t_2 = (-y5 * y2) * (-t * a)
                                                                                                                                                                                                                                                                                                                                                                                            if (c <= (-9d+44)) then
                                                                                                                                                                                                                                                                                                                                                                                                tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                            else if (c <= (-6d-133)) then
                                                                                                                                                                                                                                                                                                                                                                                                tmp = t_2
                                                                                                                                                                                                                                                                                                                                                                                            else if (c <= (-2.6d-302)) then
                                                                                                                                                                                                                                                                                                                                                                                                tmp = ((-y * y3) * y5) * a
                                                                                                                                                                                                                                                                                                                                                                                            else if (c <= 1.96d-128) then
                                                                                                                                                                                                                                                                                                                                                                                                tmp = (-j * y0) * (b * x)
                                                                                                                                                                                                                                                                                                                                                                                            else if (c <= 7.6d+34) then
                                                                                                                                                                                                                                                                                                                                                                                                tmp = t_2
                                                                                                                                                                                                                                                                                                                                                                                            else
                                                                                                                                                                                                                                                                                                                                                                                                tmp = 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) {
                                                                                                                                                                                                                                                                                                                                                                                        	double t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                        	double t_2 = (-y5 * y2) * (-t * a);
                                                                                                                                                                                                                                                                                                                                                                                        	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                        	if (c <= -9e+44) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                        	} else if (c <= -6e-133) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2;
                                                                                                                                                                                                                                                                                                                                                                                        	} else if (c <= -2.6e-302) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = ((-y * y3) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                        	} else if (c <= 1.96e-128) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (-j * y0) * (b * x);
                                                                                                                                                                                                                                                                                                                                                                                        	} else if (c <= 7.6e+34) {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2;
                                                                                                                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                                                                                                                                                        	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                        	t_1 = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                        	t_2 = (-y5 * y2) * (-t * a)
                                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                        	if c <= -9e+44:
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                        	elif c <= -6e-133:
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2
                                                                                                                                                                                                                                                                                                                                                                                        	elif c <= -2.6e-302:
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = ((-y * y3) * y5) * a
                                                                                                                                                                                                                                                                                                                                                                                        	elif c <= 1.96e-128:
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (-j * y0) * (b * x)
                                                                                                                                                                                                                                                                                                                                                                                        	elif c <= 7.6e+34:
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2
                                                                                                                                                                                                                                                                                                                                                                                        	else:
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                        	t_1 = Float64(Float64(Float64(y4 * c) * y) * y3)
                                                                                                                                                                                                                                                                                                                                                                                        	t_2 = Float64(Float64(Float64(-y5) * y2) * Float64(Float64(-t) * a))
                                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                        	if (c <= -9e+44)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                        	elseif (c <= -6e-133)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2;
                                                                                                                                                                                                                                                                                                                                                                                        	elseif (c <= -2.6e-302)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(Float64(Float64(-y) * y3) * y5) * a);
                                                                                                                                                                                                                                                                                                                                                                                        	elseif (c <= 1.96e-128)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(Float64(-j) * y0) * Float64(b * x));
                                                                                                                                                                                                                                                                                                                                                                                        	elseif (c <= 7.6e+34)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2;
                                                                                                                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                        	t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                        	t_2 = (-y5 * y2) * (-t * a);
                                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                        	if (c <= -9e+44)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                        	elseif (c <= -6e-133)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2;
                                                                                                                                                                                                                                                                                                                                                                                        	elseif (c <= -2.6e-302)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = ((-y * y3) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                        	elseif (c <= 1.96e-128)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (-j * y0) * (b * x);
                                                                                                                                                                                                                                                                                                                                                                                        	elseif (c <= 7.6e+34)
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_2;
                                                                                                                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                                                                                                                                                        	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[(y4 * c), $MachinePrecision] * y), $MachinePrecision] * y3), $MachinePrecision]}, Block[{t$95$2 = N[(N[((-y5) * y2), $MachinePrecision] * N[((-t) * a), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -9e+44], t$95$1, If[LessEqual[c, -6e-133], t$95$2, If[LessEqual[c, -2.6e-302], N[(N[(N[((-y) * y3), $MachinePrecision] * y5), $MachinePrecision] * a), $MachinePrecision], If[LessEqual[c, 1.96e-128], N[(N[((-j) * y0), $MachinePrecision] * N[(b * x), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 7.6e+34], t$95$2, t$95$1]]]]]]]
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                        t_1 := \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\
                                                                                                                                                                                                                                                                                                                                                                                        t_2 := \left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\
                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\
                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;c \leq -6 \cdot 10^{-133}:\\
                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;t\_2\\
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;c \leq -2.6 \cdot 10^{-302}:\\
                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\left(\left(\left(-y\right) \cdot y3\right) \cdot y5\right) \cdot a\\
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;c \leq 1.96 \cdot 10^{-128}:\\
                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\left(\left(-j\right) \cdot y0\right) \cdot \left(b \cdot x\right)\\
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;c \leq 7.6 \cdot 10^{+34}:\\
                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;t\_2\\
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                                                                                                                                        1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                                                                                        2. if c < -9e44 or 7.6000000000000003e34 < c

                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 23.6%

                                                                                                                                                                                                                                                                                                                                                                                            \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites39.2%

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites31.1%

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites41.8%

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3 \]

                                                                                                                                                                                                                                                                                                                                                                                                if -9e44 < c < -6.00000000000000038e-133 or 1.96000000000000001e-128 < c < 7.6000000000000003e34

                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 30.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                  1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites28.6%

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites45.2%

                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto -\left(y2 \cdot y5\right) \cdot \left(-1 \cdot \left(a \cdot t\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites39.0%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto -\left(y2 \cdot y5\right) \cdot \left(\left(-a\right) \cdot t\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                      if -6.00000000000000038e-133 < c < -2.60000000000000011e-302

                                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 43.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                      3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                        1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites45.9%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites27.2%

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \left(a \cdot \color{blue}{\left(y \cdot \left(y3 \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites33.1%

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

                                                                                                                                                                                                                                                                                                                                                                                                          if -2.60000000000000011e-302 < c < 1.96000000000000001e-128

                                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 46.5%

                                                                                                                                                                                                                                                                                                                                                                                                            \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                            1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites33.6%

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in i around inf

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(i \cdot \left(-1 \cdot \left(c \cdot y\right) + j \cdot y1\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites15.4%

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(i \cdot \mathsf{fma}\left(-1, c \cdot y, j \cdot y1\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto b \cdot \color{blue}{\left(x \cdot \left(-1 \cdot \left(j \cdot y0\right) + a \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites29.1%

                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(b \cdot x\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y0, a \cdot y\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in y around 0

                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(b \cdot x\right) \cdot \left(-1 \cdot \left(j \cdot \color{blue}{y0}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites31.7%

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(b \cdot x\right) \cdot \left(\left(-j\right) \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                              4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                              5. Final simplification38.2%

                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \mathbf{elif}\;c \leq -6 \cdot 10^{-133}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\ \mathbf{elif}\;c \leq -2.6 \cdot 10^{-302}:\\ \;\;\;\;\left(\left(\left(-y\right) \cdot y3\right) \cdot y5\right) \cdot a\\ \mathbf{elif}\;c \leq 1.96 \cdot 10^{-128}:\\ \;\;\;\;\left(\left(-j\right) \cdot y0\right) \cdot \left(b \cdot x\right)\\ \mathbf{elif}\;c \leq 7.6 \cdot 10^{+34}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                              6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                              Alternative 26: 25.8% accurate, 4.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;b \leq -1.32 \cdot 10^{+134}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{elif}\;b \leq -2.75 \cdot 10^{+15}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\ \mathbf{elif}\;b \leq -1 \cdot 10^{-64}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;b \leq 4.5 \cdot 10^{-10}:\\ \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\left(b \cdot a\right) \cdot t\right) \cdot \left(-z\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                               :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                               (if (<= b -1.32e+134)
                                                                                                                                                                                                                                                                                                                                                                                                                 (* (* (fma (- c) y3 (* k b)) z) y0)
                                                                                                                                                                                                                                                                                                                                                                                                                 (if (<= b -2.75e+15)
                                                                                                                                                                                                                                                                                                                                                                                                                   (* (* (- y5) y2) (* (- t) a))
                                                                                                                                                                                                                                                                                                                                                                                                                   (if (<= b -1e-64)
                                                                                                                                                                                                                                                                                                                                                                                                                     (* (fma (- k) y1 (* c t)) (* i z))
                                                                                                                                                                                                                                                                                                                                                                                                                     (if (<= b 4.5e-10)
                                                                                                                                                                                                                                                                                                                                                                                                                       (* (fma y0 y3 (* (- i) t)) (* y5 j))
                                                                                                                                                                                                                                                                                                                                                                                                                       (* (* (* b a) t) (- z)))))))
                                                                                                                                                                                                                                                                                                                                                                                                              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 tmp;
                                                                                                                                                                                                                                                                                                                                                                                                              	if (b <= -1.32e+134) {
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = (fma(-c, y3, (k * b)) * z) * y0;
                                                                                                                                                                                                                                                                                                                                                                                                              	} else if (b <= -2.75e+15) {
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = (-y5 * y2) * (-t * a);
                                                                                                                                                                                                                                                                                                                                                                                                              	} else if (b <= -1e-64) {
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = fma(-k, y1, (c * t)) * (i * z);
                                                                                                                                                                                                                                                                                                                                                                                                              	} else if (b <= 4.5e-10) {
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = fma(y0, y3, (-i * t)) * (y5 * j);
                                                                                                                                                                                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = ((b * a) * t) * -z;
                                                                                                                                                                                                                                                                                                                                                                                                              	}
                                                                                                                                                                                                                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                              	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                              	if (b <= -1.32e+134)
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(fma(Float64(-c), y3, Float64(k * b)) * z) * y0);
                                                                                                                                                                                                                                                                                                                                                                                                              	elseif (b <= -2.75e+15)
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(Float64(-y5) * y2) * Float64(Float64(-t) * a));
                                                                                                                                                                                                                                                                                                                                                                                                              	elseif (b <= -1e-64)
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(Float64(-k), y1, Float64(c * t)) * Float64(i * z));
                                                                                                                                                                                                                                                                                                                                                                                                              	elseif (b <= 4.5e-10)
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(fma(y0, y3, Float64(Float64(-i) * t)) * Float64(y5 * j));
                                                                                                                                                                                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(Float64(b * a) * t) * Float64(-z));
                                                                                                                                                                                                                                                                                                                                                                                                              	end
                                                                                                                                                                                                                                                                                                                                                                                                              	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[b, -1.32e+134], N[(N[(N[((-c) * y3 + N[(k * b), $MachinePrecision]), $MachinePrecision] * z), $MachinePrecision] * y0), $MachinePrecision], If[LessEqual[b, -2.75e+15], N[(N[((-y5) * y2), $MachinePrecision] * N[((-t) * a), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -1e-64], N[(N[((-k) * y1 + N[(c * t), $MachinePrecision]), $MachinePrecision] * N[(i * z), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 4.5e-10], N[(N[(y0 * y3 + N[((-i) * t), $MachinePrecision]), $MachinePrecision] * N[(y5 * j), $MachinePrecision]), $MachinePrecision], N[(N[(N[(b * a), $MachinePrecision] * t), $MachinePrecision] * (-z)), $MachinePrecision]]]]]
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              \\
                                                                                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                              \mathbf{if}\;b \leq -1.32 \cdot 10^{+134}:\\
                                                                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;b \leq -2.75 \cdot 10^{+15}:\\
                                                                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;b \leq -1 \cdot 10^{-64}:\\
                                                                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;b \leq 4.5 \cdot 10^{-10}:\\
                                                                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\left(\left(b \cdot a\right) \cdot t\right) \cdot \left(-z\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                                                                                                                                                                                                                              1. Split input into 5 regimes
                                                                                                                                                                                                                                                                                                                                                                                                              2. if b < -1.32e134

                                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 23.6%

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  14. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  15. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites45.2%

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites22.4%

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(c \cdot y3\right) + b \cdot k\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites56.5%

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y0 \cdot \color{blue}{\left(z \cdot \mathsf{fma}\left(-c, y3, b \cdot k\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                    if -1.32e134 < b < -2.75e15

                                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 40.0%

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                      1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites21.4%

                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites44.7%

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -\left(y2 \cdot y5\right) \cdot \left(-1 \cdot \left(a \cdot t\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites40.8%

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -\left(y2 \cdot y5\right) \cdot \left(\left(-a\right) \cdot t\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                          if -2.75e15 < b < -9.99999999999999965e-65

                                                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 38.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            14. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            15. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites45.2%

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites29.9%

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-z\right) \cdot \left(a \cdot \left(b \cdot \color{blue}{t}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites17.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-z\right) \cdot \left(\left(a \cdot b\right) \cdot t\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto i \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(k \cdot y1\right) + c \cdot t\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites56.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(i \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(-k, y1, c \cdot t\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                if -9.99999999999999965e-65 < b < 4.5e-10

                                                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 33.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y5\right) \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y5\right)\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y5\right)} \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \color{blue}{\left(i \cdot \left(j \cdot t - k \cdot y\right) + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \left(\color{blue}{\left(j \cdot t - k \cdot y\right) \cdot i} + \left(y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t - k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(\color{blue}{j \cdot t} - k \cdot y, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - \color{blue}{k \cdot y}, i, y0 \cdot \left(k \cdot y2 - j \cdot y3\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  11. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{y0 \cdot \left(k \cdot y2 - j \cdot y3\right) + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  12. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\left(k \cdot y2 - j \cdot y3\right) \cdot y0} + \left(\mathsf{neg}\left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  13. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \left(k \cdot y2 - j \cdot y3\right) \cdot y0 + \color{blue}{-1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \color{blue}{\mathsf{fma}\left(k \cdot y2 - j \cdot y3, y0, -1 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites45.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y5\right) \cdot \mathsf{fma}\left(j \cdot t - k \cdot y, i, \mathsf{fma}\left(y2 \cdot k - y3 \cdot j, y0, \left(-a\right) \cdot \left(y2 \cdot t - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in j around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto j \cdot \color{blue}{\left(y5 \cdot \left(-1 \cdot \left(i \cdot t\right) + y0 \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites38.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(j \cdot y5\right) \cdot \color{blue}{\mathsf{fma}\left(y0, y3, -i \cdot t\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                  if 4.5e-10 < b

                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Initial program 27.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(z \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                    1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-1 \cdot z\right) \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{neg}\left(z\right)\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-z\right)} \cdot \left(\left(t \cdot \left(a \cdot b - c \cdot i\right) + y3 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \color{blue}{\left(t \cdot \left(a \cdot b - c \cdot i\right) + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot t} + \left(y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \color{blue}{\mathsf{fma}\left(a \cdot b - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(\color{blue}{b \cdot a} - c \cdot i, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - \color{blue}{i \cdot c}, t, y3 \cdot \left(c \cdot y0 - a \cdot y1\right) - k \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{y3 \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    14. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y3} + \left(\mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    15. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, y3, \mathsf{neg}\left(k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites39.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-z\right) \cdot \mathsf{fma}\left(b \cdot a - i \cdot c, t, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y3, \left(-k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites47.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(t \cdot \color{blue}{\mathsf{fma}\left(a, b, \left(-c\right) \cdot i\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(-z\right) \cdot \left(a \cdot \left(b \cdot \color{blue}{t}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites44.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-z\right) \cdot \left(\left(a \cdot b\right) \cdot t\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    4. Recombined 5 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Final simplification43.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -1.32 \cdot 10^{+134}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, y3, k \cdot b\right) \cdot z\right) \cdot y0\\ \mathbf{elif}\;b \leq -2.75 \cdot 10^{+15}:\\ \;\;\;\;\left(\left(-y5\right) \cdot y2\right) \cdot \left(\left(-t\right) \cdot a\right)\\ \mathbf{elif}\;b \leq -1 \cdot 10^{-64}:\\ \;\;\;\;\mathsf{fma}\left(-k, y1, c \cdot t\right) \cdot \left(i \cdot z\right)\\ \mathbf{elif}\;b \leq 4.5 \cdot 10^{-10}:\\ \;\;\;\;\mathsf{fma}\left(y0, y3, \left(-i\right) \cdot t\right) \cdot \left(y5 \cdot j\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\left(b \cdot a\right) \cdot t\right) \cdot \left(-z\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternative 27: 32.3% accurate, 4.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 6.5 \cdot 10^{+47}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                     :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                     (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                                                                                                                                                                                                                                                                                                                                                                                                                       (if (<= y3 -1.05e+259)
                                                                                                                                                                                                                                                                                                                                                                                                                                         (* (fma (- j) y1 (* c y)) (* y4 y3))
                                                                                                                                                                                                                                                                                                                                                                                                                                         (if (<= y3 -1.6e-86)
                                                                                                                                                                                                                                                                                                                                                                                                                                           t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                           (if (<= y3 6.5e+47)
                                                                                                                                                                                                                                                                                                                                                                                                                                             (* (* (fma (- c) x (* y5 k)) y) i)
                                                                                                                                                                                                                                                                                                                                                                                                                                             (if (<= y3 1e+241) (* (fma (- j) y4 (* a z)) (* y3 y1)) 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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                    	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                                                                                                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                    	if (y3 <= -1.05e+259) {
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = fma(-j, y1, (c * y)) * (y4 * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                    	} else if (y3 <= -1.6e-86) {
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                    	} else if (y3 <= 6.5e+47) {
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = (fma(-c, x, (y5 * k)) * y) * i;
                                                                                                                                                                                                                                                                                                                                                                                                                                    	} else if (y3 <= 1e+241) {
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = fma(-j, y4, (a * z)) * (y3 * y1);
                                                                                                                                                                                                                                                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                    	}
                                                                                                                                                                                                                                                                                                                                                                                                                                    	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                    	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                                                                                                                                                                                                                                                                                    	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                    	if (y3 <= -1.05e+259)
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(fma(Float64(-j), y1, Float64(c * y)) * Float64(y4 * y3));
                                                                                                                                                                                                                                                                                                                                                                                                                                    	elseif (y3 <= -1.6e-86)
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                    	elseif (y3 <= 6.5e+47)
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(Float64(fma(Float64(-c), x, Float64(y5 * k)) * y) * i);
                                                                                                                                                                                                                                                                                                                                                                                                                                    	elseif (y3 <= 1e+241)
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(fma(Float64(-j), y4, Float64(a * z)) * Float64(y3 * y1));
                                                                                                                                                                                                                                                                                                                                                                                                                                    	else
                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                    	end
                                                                                                                                                                                                                                                                                                                                                                                                                                    	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                    end
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[((-j) * y1 + N[(c * y), $MachinePrecision]), $MachinePrecision] * N[(y4 * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -1.6e-86], t$95$1, If[LessEqual[y3, 6.5e+47], N[(N[(N[((-c) * x + N[(y5 * k), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * i), $MachinePrecision], If[LessEqual[y3, 1e+241], N[(N[((-j) * y4 + N[(a * z), $MachinePrecision]), $MachinePrecision] * N[(y3 * y1), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    \\
                                                                                                                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                    t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;y3 \leq 6.5 \cdot 10^{+47}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;y3 \leq 10^{+241}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                    2. if y3 < -1.05000000000000003e259

                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                        1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites70.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in y4 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y3 \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(j \cdot y1\right) + c \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites71.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(y3 \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y1, c \cdot y\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                          if -1.05000000000000003e259 < y3 < -1.60000000000000003e-86 or 1.0000000000000001e241 < y3

                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites60.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites41.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites50.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                              if -1.60000000000000003e-86 < y3 < 6.49999999999999988e47

                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 33.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                13. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites42.5%

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto i \cdot \color{blue}{\left(y \cdot \left(-1 \cdot \left(c \cdot x\right) + k \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites30.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto i \cdot \color{blue}{\left(y \cdot \mathsf{fma}\left(-c, x, k \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                if 6.49999999999999988e47 < y3 < 1.0000000000000001e241

                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 28.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites59.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites29.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y1 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto y1 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(j \cdot y4\right) + a \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites53.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(y1 \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y4, a \cdot z\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. Final simplification42.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\mathsf{fma}\left(-j, y1, c \cdot y\right) \cdot \left(y4 \cdot y3\right)\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq 6.5 \cdot 10^{+47}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Alternative 28: 31.8% accurate, 4.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 6.5 \cdot 10^{+47}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                   :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                   (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                     (if (<= y3 -1.05e+259)
                                                                                                                                                                                                                                                                                                                                                                                                                                                       (* (* (* y4 y3) c) y)
                                                                                                                                                                                                                                                                                                                                                                                                                                                       (if (<= y3 -1.6e-86)
                                                                                                                                                                                                                                                                                                                                                                                                                                                         t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                         (if (<= y3 6.5e+47)
                                                                                                                                                                                                                                                                                                                                                                                                                                                           (* (* (fma (- c) x (* y5 k)) y) i)
                                                                                                                                                                                                                                                                                                                                                                                                                                                           (if (<= y3 1e+241) (* (fma (- j) y4 (* a z)) (* y3 y1)) 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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (y3 <= -1.05e+259) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y3 <= -1.6e-86) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y3 <= 6.5e+47) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (fma(-c, x, (y5 * k)) * y) * i;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y3 <= 1e+241) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = fma(-j, y4, (a * z)) * (y3 * y1);
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (y3 <= -1.05e+259)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(Float64(y4 * y3) * c) * y);
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y3 <= -1.6e-86)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y3 <= 6.5e+47)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(fma(Float64(-c), x, Float64(y5 * k)) * y) * i);
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y3 <= 1e+241)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(fma(Float64(-j), y4, Float64(a * z)) * Float64(y3 * y1));
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                  	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                  end
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[(N[(y4 * y3), $MachinePrecision] * c), $MachinePrecision] * y), $MachinePrecision], If[LessEqual[y3, -1.6e-86], t$95$1, If[LessEqual[y3, 6.5e+47], N[(N[(N[((-c) * x + N[(y5 * k), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * i), $MachinePrecision], If[LessEqual[y3, 1e+241], N[(N[((-j) * y4 + N[(a * z), $MachinePrecision]), $MachinePrecision] * N[(y3 * y1), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y3 \leq 6.5 \cdot 10^{+47}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y3 \leq 10^{+241}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. if y3 < -1.05000000000000003e259

                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites70.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites53.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites64.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \left(\left(y3 \cdot y4\right) \cdot c\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                          if -1.05000000000000003e259 < y3 < -1.60000000000000003e-86 or 1.0000000000000001e241 < y3

                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 35.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites60.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites41.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites50.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                              if -1.60000000000000003e-86 < y3 < 6.49999999999999988e47

                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 33.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                13. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites42.5%

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto i \cdot \color{blue}{\left(y \cdot \left(-1 \cdot \left(c \cdot x\right) + k \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites30.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto i \cdot \color{blue}{\left(y \cdot \mathsf{fma}\left(-c, x, k \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                if 6.49999999999999988e47 < y3 < 1.0000000000000001e241

                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 28.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites59.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites29.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y1 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto y1 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(j \cdot y4\right) + a \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites53.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(y1 \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y4, a \cdot z\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. Final simplification42.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq 6.5 \cdot 10^{+47}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y3 \leq 10^{+241}:\\ \;\;\;\;\mathsf{fma}\left(-j, y4, a \cdot z\right) \cdot \left(y3 \cdot y1\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Alternative 29: 22.3% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;c \leq -7.2 \cdot 10^{-107}:\\ \;\;\;\;\left(\left(y2 \cdot t\right) \cdot y5\right) \cdot a\\ \mathbf{elif}\;c \leq -2.6 \cdot 10^{-302}:\\ \;\;\;\;\left(\left(\left(-y\right) \cdot y3\right) \cdot y5\right) \cdot a\\ \mathbf{elif}\;c \leq 2.1 \cdot 10^{+64}:\\ \;\;\;\;\left(\left(-j\right) \cdot y0\right) \cdot \left(b \cdot x\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                   :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                   (let* ((t_1 (* (* (* y4 c) y) y3)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     (if (<= c -9e+44)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                       t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                       (if (<= c -7.2e-107)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                         (* (* (* y2 t) y5) a)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                         (if (<= c -2.6e-302)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (* (* (* (- y) y3) y5) a)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (if (<= c 2.1e+64) (* (* (- j) y0) (* b x)) 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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (c <= -9e+44) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (c <= -7.2e-107) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((y2 * t) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (c <= -2.6e-302) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((-y * y3) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (c <= 2.1e+64) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (-j * y0) * (b * x);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_1 = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (c <= (-9d+44)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else if (c <= (-7.2d-107)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = ((y2 * t) * y5) * a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else if (c <= (-2.6d-302)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = ((-y * y3) * y5) * a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else if (c <= 2.1d+64) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = (-j * y0) * (b * x)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = 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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (c <= -9e+44) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (c <= -7.2e-107) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((y2 * t) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (c <= -2.6e-302) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((-y * y3) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (c <= 2.1e+64) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (-j * y0) * (b * x);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_1 = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if c <= -9e+44:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elif c <= -7.2e-107:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((y2 * t) * y5) * a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elif c <= -2.6e-302:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((-y * y3) * y5) * a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elif c <= 2.1e+64:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (-j * y0) * (b * x)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	else:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_1 = Float64(Float64(Float64(y4 * c) * y) * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (c <= -9e+44)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (c <= -7.2e-107)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(Float64(y2 * t) * y5) * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (c <= -2.6e-302)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(Float64(Float64(-y) * y3) * y5) * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (c <= 2.1e+64)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(Float64(-j) * y0) * Float64(b * x));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (c <= -9e+44)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (c <= -7.2e-107)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((y2 * t) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (c <= -2.6e-302)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = ((-y * y3) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (c <= 2.1e+64)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (-j * y0) * (b * x);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[(y4 * c), $MachinePrecision] * y), $MachinePrecision] * y3), $MachinePrecision]}, If[LessEqual[c, -9e+44], t$95$1, If[LessEqual[c, -7.2e-107], N[(N[(N[(y2 * t), $MachinePrecision] * y5), $MachinePrecision] * a), $MachinePrecision], If[LessEqual[c, -2.6e-302], N[(N[(N[((-y) * y3), $MachinePrecision] * y5), $MachinePrecision] * a), $MachinePrecision], If[LessEqual[c, 2.1e+64], N[(N[((-j) * y0), $MachinePrecision] * N[(b * x), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_1 := \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;c \leq -7.2 \cdot 10^{-107}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(\left(y2 \cdot t\right) \cdot y5\right) \cdot a\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;c \leq -2.6 \cdot 10^{-302}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(\left(\left(-y\right) \cdot y3\right) \cdot y5\right) \cdot a\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;c \leq 2.1 \cdot 10^{+64}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(\left(-j\right) \cdot y0\right) \cdot \left(b \cdot x\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. if c < -9e44 or 2.1e64 < c

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 24.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites49.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites39.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites31.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites42.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3 \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if -9e44 < c < -7.19999999999999953e-107

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 18.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites26.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites47.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites43.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(t \cdot y2\right) \cdot \color{blue}{y5}\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if -7.19999999999999953e-107 < c < -2.60000000000000011e-302

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 44.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites42.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites25.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto -1 \cdot \left(a \cdot \color{blue}{\left(y \cdot \left(y3 \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites30.7%

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if -2.60000000000000011e-302 < c < 2.1e64

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 40.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites35.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in i around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(i \cdot \left(-1 \cdot \left(c \cdot y\right) + j \cdot y1\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites17.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(i \cdot \mathsf{fma}\left(-1, c \cdot y, j \cdot y1\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto b \cdot \color{blue}{\left(x \cdot \left(-1 \cdot \left(j \cdot y0\right) + a \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites26.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(b \cdot x\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y0, a \cdot y\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in y around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(b \cdot x\right) \cdot \left(-1 \cdot \left(j \cdot \color{blue}{y0}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites26.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(b \cdot x\right) \cdot \left(\left(-j\right) \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        5. Final simplification36.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \mathbf{elif}\;c \leq -7.2 \cdot 10^{-107}:\\ \;\;\;\;\left(\left(y2 \cdot t\right) \cdot y5\right) \cdot a\\ \mathbf{elif}\;c \leq -2.6 \cdot 10^{-302}:\\ \;\;\;\;\left(\left(\left(-y\right) \cdot y3\right) \cdot y5\right) \cdot a\\ \mathbf{elif}\;c \leq 2.1 \cdot 10^{+64}:\\ \;\;\;\;\left(\left(-j\right) \cdot y0\right) \cdot \left(b \cdot x\right)\\ \mathbf{else}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternative 30: 31.9% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 1.04 \cdot 10^{+46}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         (let* ((t_1 (* (* (fma (- c) z (* y5 j)) y3) y0)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (if (<= y3 -1.05e+259)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (* (* (* y4 y3) c) y)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (if (<= y3 -1.6e-86)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               (if (<= y3 1.04e+46) (* (* (fma (- c) x (* y5 k)) y) i) 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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	double t_1 = (fma(-c, z, (y5 * j)) * y3) * y0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	if (y3 <= -1.05e+259) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	} else if (y3 <= -1.6e-86) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	} else if (y3 <= 1.04e+46) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (fma(-c, x, (y5 * k)) * y) * i;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	t_1 = Float64(Float64(fma(Float64(-c), z, Float64(y5 * j)) * y3) * y0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	if (y3 <= -1.05e+259)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(Float64(y4 * y3) * c) * y);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	elseif (y3 <= -1.6e-86)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	elseif (y3 <= 1.04e+46)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(fma(Float64(-c), x, Float64(y5 * k)) * y) * i);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[((-c) * z + N[(y5 * j), $MachinePrecision]), $MachinePrecision] * y3), $MachinePrecision] * y0), $MachinePrecision]}, If[LessEqual[y3, -1.05e+259], N[(N[(N[(y4 * y3), $MachinePrecision] * c), $MachinePrecision] * y), $MachinePrecision], If[LessEqual[y3, -1.6e-86], t$95$1, If[LessEqual[y3, 1.04e+46], N[(N[(N[((-c) * x + N[(y5 * k), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * i), $MachinePrecision], t$95$1]]]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        t_1 := \left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;y3 \leq 1.04 \cdot 10^{+46}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. if y3 < -1.05000000000000003e259

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 11.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites70.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites53.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites64.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto y \cdot \left(\left(y3 \cdot y4\right) \cdot c\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if -1.05000000000000003e259 < y3 < -1.60000000000000003e-86 or 1.04000000000000003e46 < y3

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 33.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites59.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites38.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y0 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites47.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y0 \cdot \color{blue}{\left(y3 \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if -1.60000000000000003e-86 < y3 < 1.04000000000000003e46

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 32.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      13. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites42.0%

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto i \cdot \color{blue}{\left(y \cdot \left(-1 \cdot \left(c \cdot x\right) + k \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites31.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto i \cdot \color{blue}{\left(y \cdot \mathsf{fma}\left(-c, x, k \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    8. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    9. Final simplification40.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.05 \cdot 10^{+259}:\\ \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\ \mathbf{elif}\;y3 \leq -1.6 \cdot 10^{-86}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \mathbf{elif}\;y3 \leq 1.04 \cdot 10^{+46}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{else}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, z, y5 \cdot j\right) \cdot y3\right) \cdot y0\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    10. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternative 31: 27.0% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} t_1 := -\left(\left(y5 \cdot y2\right) \cdot y0\right) \cdot k\\ \mathbf{if}\;y2 \leq -5.4 \cdot 10^{-68}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y2 \leq 2.9 \cdot 10^{-243}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y2 \leq 6.6 \cdot 10^{+170}:\\ \;\;\;\;\left(i \cdot t\right) \cdot \mathsf{fma}\left(-j, y5, c \cdot z\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     (let* ((t_1 (- (* (* (* y5 y2) y0) k))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       (if (<= y2 -5.4e-68)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         (if (<= y2 2.9e-243)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (* (* (fma (- c) x (* y5 k)) y) i)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (if (<= y2 6.6e+170) (* (* i t) (fma (- j) y5 (* c z))) 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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	double t_1 = -(((y5 * y2) * y0) * k);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	if (y2 <= -5.4e-68) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	} else if (y2 <= 2.9e-243) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = (fma(-c, x, (y5 * k)) * y) * i;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	} else if (y2 <= 6.6e+170) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = (i * t) * fma(-j, y5, (c * z));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	t_1 = Float64(-Float64(Float64(Float64(y5 * y2) * y0) * k))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	if (y2 <= -5.4e-68)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	elseif (y2 <= 2.9e-243)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(Float64(fma(Float64(-c), x, Float64(y5 * k)) * y) * i);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	elseif (y2 <= 6.6e+170)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(Float64(i * t) * fma(Float64(-j), y5, Float64(c * z)));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = (-N[(N[(N[(y5 * y2), $MachinePrecision] * y0), $MachinePrecision] * k), $MachinePrecision])}, If[LessEqual[y2, -5.4e-68], t$95$1, If[LessEqual[y2, 2.9e-243], N[(N[(N[((-c) * x + N[(y5 * k), $MachinePrecision]), $MachinePrecision] * y), $MachinePrecision] * i), $MachinePrecision], If[LessEqual[y2, 6.6e+170], N[(N[(i * t), $MachinePrecision] * N[((-j) * y5 + N[(c * z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    t_1 := -\left(\left(y5 \cdot y2\right) \cdot y0\right) \cdot k\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{if}\;y2 \leq -5.4 \cdot 10^{-68}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;y2 \leq 2.9 \cdot 10^{-243}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;y2 \leq 6.6 \cdot 10^{+170}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;\left(i \cdot t\right) \cdot \mathsf{fma}\left(-j, y5, c \cdot z\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2. if y2 < -5.4000000000000003e-68 or 6.60000000000000047e170 < y2

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 23.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites42.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites45.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in t around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites38.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto -k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if -5.4000000000000003e-68 < y2 < 2.89999999999999977e-243

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Initial program 42.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              13. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5. Applied rewrites51.6%

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto i \cdot \color{blue}{\left(y \cdot \left(-1 \cdot \left(c \cdot x\right) + k \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites38.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto i \cdot \color{blue}{\left(y \cdot \mathsf{fma}\left(-c, x, k \cdot y5\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if 2.89999999999999977e-243 < y2 < 6.60000000000000047e170

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 34.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in i around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(i \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot i\right) \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(i\right)\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-i\right)} \cdot \left(\left(c \cdot \left(x \cdot y - t \cdot z\right) + y5 \cdot \left(j \cdot t - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \color{blue}{\left(c \cdot \left(x \cdot y - t \cdot z\right) + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \left(\color{blue}{\left(x \cdot y - t \cdot z\right) \cdot c} + \left(y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \color{blue}{\mathsf{fma}\left(x \cdot y - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{x \cdot y - t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(\color{blue}{y \cdot x} - t \cdot z, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - \color{blue}{t \cdot z}, c, y5 \cdot \left(j \cdot t - k \cdot y\right) - y1 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{y5 \cdot \left(j \cdot t - k \cdot y\right) + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                13. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\left(j \cdot t - k \cdot y\right) \cdot y5} + \left(\mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                14. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-i\right) \cdot \mathsf{fma}\left(y \cdot x - t \cdot z, c, \color{blue}{\mathsf{fma}\left(j \cdot t - k \cdot y, y5, \mathsf{neg}\left(y1 \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites42.1%

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto i \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(j \cdot y5\right) + c \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites31.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(i \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y5, c \cdot z\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              8. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              9. Final simplification35.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y2 \leq -5.4 \cdot 10^{-68}:\\ \;\;\;\;-\left(\left(y5 \cdot y2\right) \cdot y0\right) \cdot k\\ \mathbf{elif}\;y2 \leq 2.9 \cdot 10^{-243}:\\ \;\;\;\;\left(\mathsf{fma}\left(-c, x, y5 \cdot k\right) \cdot y\right) \cdot i\\ \mathbf{elif}\;y2 \leq 6.6 \cdot 10^{+170}:\\ \;\;\;\;\left(i \cdot t\right) \cdot \mathsf{fma}\left(-j, y5, c \cdot z\right)\\ \mathbf{else}:\\ \;\;\;\;-\left(\left(y5 \cdot y2\right) \cdot y0\right) \cdot k\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              10. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Alternative 32: 22.0% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;c \leq 5.5 \cdot 10^{+34}:\\ \;\;\;\;\left(\left(y2 \cdot t\right) \cdot y5\right) \cdot a\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               (let* ((t_1 (* (* (* y4 c) y) y3)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 (if (<= c -9e+44) t_1 (if (<= c 5.5e+34) (* (* (* y2 t) y5) a) 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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	double t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	if (c <= -9e+44) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	} else if (c <= 5.5e+34) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = ((y2 * t) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  real(8) :: t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  real(8) :: tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_1 = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (c <= (-9d+44)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  else if (c <= 5.5d+34) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      tmp = ((y2 * t) * y5) * a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      tmp = 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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	double t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	if (c <= -9e+44) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	} else if (c <= 5.5e+34) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = ((y2 * t) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	t_1 = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	if c <= -9e+44:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	elif c <= 5.5e+34:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = ((y2 * t) * y5) * a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	else:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	t_1 = Float64(Float64(Float64(y4 * c) * y) * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	if (c <= -9e+44)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	elseif (c <= 5.5e+34)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(Float64(y2 * t) * y5) * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	t_1 = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	if (c <= -9e+44)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	elseif (c <= 5.5e+34)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = ((y2 * t) * y5) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(N[(y4 * c), $MachinePrecision] * y), $MachinePrecision] * y3), $MachinePrecision]}, If[LessEqual[c, -9e+44], t$95$1, If[LessEqual[c, 5.5e+34], N[(N[(N[(y2 * t), $MachinePrecision] * y5), $MachinePrecision] * a), $MachinePrecision], t$95$1]]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              t_1 := \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;c \leq 5.5 \cdot 10^{+34}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\left(\left(y2 \cdot t\right) \cdot y5\right) \cdot a\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. if c < -9e44 or 5.4999999999999996e34 < c

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 23.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites48.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites39.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites31.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites41.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3 \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if -9e44 < c < 5.4999999999999996e34

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 38.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. lower-*.f64N/A

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, k, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, x, \left(-t\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right) \cdot y2} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in k around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites26.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(k \cdot \mathsf{fma}\left(y1, y4, \left(-y0\right) \cdot y5\right)\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(y2 \cdot \left(y5 \cdot \left(-1 \cdot \left(a \cdot t\right) + k \cdot y0\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites33.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(-a, t, k \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites25.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(\left(t \cdot y2\right) \cdot \color{blue}{y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          5. Final simplification32.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -9 \cdot 10^{+44}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \mathbf{elif}\;c \leq 5.5 \cdot 10^{+34}:\\ \;\;\;\;\left(\left(y2 \cdot t\right) \cdot y5\right) \cdot a\\ \mathbf{else}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Alternative 33: 21.4% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y4 \leq -4.3 \cdot 10^{-126}:\\ \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\ \mathbf{elif}\;y4 \leq 1.25 \cdot 10^{-6}:\\ \;\;\;\;\left(\left(b \cdot x\right) \cdot y\right) \cdot a\\ \mathbf{else}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (if (<= y4 -4.3e-126)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (* (* (* y4 y3) c) y)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (if (<= y4 1.25e-6) (* (* (* b x) y) a) (* (* (* y4 c) y) y3))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          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 tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	if (y4 <= -4.3e-126) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	} else if (y4 <= 1.25e-6) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((b * x) * y) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              real(8) :: tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (y4 <= (-4.3d-126)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  tmp = ((y4 * y3) * c) * y
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              else if (y4 <= 1.25d-6) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  tmp = ((b * x) * y) * a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  tmp = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	if (y4 <= -4.3e-126) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	} else if (y4 <= 1.25e-6) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((b * x) * y) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	if y4 <= -4.3e-126:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((y4 * y3) * c) * y
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	elif y4 <= 1.25e-6:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((b * x) * y) * a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	else:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	if (y4 <= -4.3e-126)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(Float64(y4 * y3) * c) * y);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	elseif (y4 <= 1.25e-6)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(Float64(b * x) * y) * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(Float64(y4 * c) * y) * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	if (y4 <= -4.3e-126)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	elseif (y4 <= 1.25e-6)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((b * x) * y) * a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          		tmp = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y4, -4.3e-126], N[(N[(N[(y4 * y3), $MachinePrecision] * c), $MachinePrecision] * y), $MachinePrecision], If[LessEqual[y4, 1.25e-6], N[(N[(N[(b * x), $MachinePrecision] * y), $MachinePrecision] * a), $MachinePrecision], N[(N[(N[(y4 * c), $MachinePrecision] * y), $MachinePrecision] * y3), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \mathbf{if}\;y4 \leq -4.3 \cdot 10^{-126}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \mathbf{elif}\;y4 \leq 1.25 \cdot 10^{-6}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(\left(b \cdot x\right) \cdot y\right) \cdot a\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. if y4 < -4.30000000000000033e-126

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Initial program 29.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5. Applied rewrites54.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites35.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites24.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites30.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto y \cdot \left(\left(y3 \cdot y4\right) \cdot c\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if -4.30000000000000033e-126 < y4 < 1.2500000000000001e-6

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Initial program 38.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{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(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\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(b \cdot y0 - i \cdot y1\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites37.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot a - i \cdot c, y, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, y2, \left(-j\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right)\right) \cdot x} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in i around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(i \cdot \left(-1 \cdot \left(c \cdot y\right) + j \cdot y1\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites23.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(i \cdot \mathsf{fma}\left(-1, c \cdot y, j \cdot y1\right)\right) \cdot x \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto b \cdot \color{blue}{\left(x \cdot \left(-1 \cdot \left(j \cdot y0\right) + a \cdot y\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites31.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(b \cdot x\right) \cdot \color{blue}{\mathsf{fma}\left(-j, y0, a \cdot y\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites23.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\left(b \cdot x\right) \cdot \color{blue}{y}\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if 1.2500000000000001e-6 < y4

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Initial program 23.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        5. Applied rewrites49.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites30.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites23.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites35.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4. Final simplification28.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y4 \leq -4.3 \cdot 10^{-126}:\\ \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\ \mathbf{elif}\;y4 \leq 1.25 \cdot 10^{-6}:\\ \;\;\;\;\left(\left(b \cdot x\right) \cdot y\right) \cdot a\\ \mathbf{else}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Alternative 34: 16.5% accurate, 9.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y0 \leq 6.2 \cdot 10^{-181}:\\ \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\ \mathbf{else}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (if (<= y0 6.2e-181) (* (* (* y4 y3) c) y) (* (* (* y4 c) y) y3)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            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 tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	if (y0 <= 6.2e-181) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                real(8) :: tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (y0 <= 6.2d-181) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    tmp = ((y4 * y3) * c) * y
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    tmp = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	if (y0 <= 6.2e-181) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	if y0 <= 6.2e-181:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = ((y4 * y3) * c) * y
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	else:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = ((y4 * c) * y) * y3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	if (y0 <= 6.2e-181)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(Float64(y4 * y3) * c) * y);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(Float64(y4 * c) * y) * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	if (y0 <= 6.2e-181)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = ((y4 * c) * y) * y3;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y0, 6.2e-181], N[(N[(N[(y4 * y3), $MachinePrecision] * c), $MachinePrecision] * y), $MachinePrecision], N[(N[(N[(y4 * c), $MachinePrecision] * y), $MachinePrecision] * y3), $MachinePrecision]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{if}\;y0 \leq 6.2 \cdot 10^{-181}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. if y0 < 6.20000000000000043e-181

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 32.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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites45.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites26.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites20.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites23.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \left(\left(y3 \cdot y4\right) \cdot c\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if 6.20000000000000043e-181 < y0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 30.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites46.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites25.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites14.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites22.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4. Final simplification23.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y0 \leq 6.2 \cdot 10^{-181}:\\ \;\;\;\;\left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y\\ \mathbf{else}:\\ \;\;\;\;\left(\left(y4 \cdot c\right) \cdot y\right) \cdot y3\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternative 35: 16.9% accurate, 12.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         (* (* (* y4 y3) c) y))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        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 ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        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 = ((y4 * y3) * c) * y
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        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 ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	return ((y4 * y3) * c) * y
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	return Float64(Float64(Float64(y4 * y3) * c) * y)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	tmp = ((y4 * y3) * c) * y;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(N[(N[(y4 * y3), $MachinePrecision] * c), $MachinePrecision] * y), $MachinePrecision]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        5. Applied rewrites45.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites26.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites17.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites20.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto y \cdot \left(\left(y3 \cdot y4\right) \cdot c\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. Final simplification20.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(\left(y4 \cdot y3\right) \cdot c\right) \cdot y \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Alternative 36: 17.0% accurate, 12.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\begin{array}{l} \\ \left(\left(y3 \cdot y\right) \cdot y4\right) \cdot c \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               (* (* (* y3 y) y4) c))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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 ((y3 * y) * y4) * c;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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 = ((y3 * y) * y4) * c
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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 ((y3 * y) * y4) * c;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	return ((y3 * y) * y4) * c
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	return Float64(Float64(Float64(y3 * y) * y4) * c)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	tmp = ((y3 * y) * y4) * c;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(N[(N[(y3 * y), $MachinePrecision] * y4), $MachinePrecision] * c), $MachinePrecision]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \left(\left(y3 \cdot y\right) \cdot y4\right) \cdot c
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in y3 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y3 \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. associate-*r*N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-1 \cdot y3\right) \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{neg}\left(y3\right)\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(-y3\right)} \cdot \left(\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + z \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\left(j \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \left(\color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right) \cdot j} + \left(z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \color{blue}{\mathsf{fma}\left(y1 \cdot y4 - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y1 \cdot y4 - y0 \cdot y5}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                9. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(\color{blue}{y4 \cdot y1} - y0 \cdot y5, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                11. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - \color{blue}{y5 \cdot y0}, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) - y \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \color{blue}{z \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, z \cdot \left(c \cdot y0 - a \cdot y1\right) + \color{blue}{-1 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites45.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(-y3\right) \cdot \mathsf{fma}\left(y4 \cdot y1 - y5 \cdot y0, j, \mathsf{fma}\left(y0 \cdot c - y1 \cdot a, z, \left(-y\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites26.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\mathsf{fma}\left(c, y4, \left(-a\right) \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in a around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites17.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto c \cdot \left(\left(y \cdot y3\right) \cdot \color{blue}{y4}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Final simplification17.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(\left(y3 \cdot y\right) \cdot y4\right) \cdot c \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Developer Target 1: 27.4% accurate, 0.7× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := y4 \cdot c - y5 \cdot a\\ t_2 := x \cdot y2 - z \cdot y3\\ t_3 := y2 \cdot t - y3 \cdot y\\ t_4 := k \cdot y2 - j \cdot y3\\ t_5 := y4 \cdot b - y5 \cdot i\\ t_6 := \left(j \cdot t - k \cdot y\right) \cdot t\_5\\ t_7 := b \cdot a - i \cdot c\\ t_8 := t\_7 \cdot \left(y \cdot x - t \cdot z\right)\\ t_9 := j \cdot x - k \cdot z\\ t_10 := \left(b \cdot y0 - i \cdot y1\right) \cdot t\_9\\ t_11 := t\_9 \cdot \left(y0 \cdot b - i \cdot y1\right)\\ t_12 := y4 \cdot y1 - y5 \cdot y0\\ t_13 := t\_4 \cdot t\_12\\ t_14 := \left(y2 \cdot k - y3 \cdot j\right) \cdot t\_12\\ t_15 := \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(t\_3 \cdot t\_1 - t\_14\right)\right) + \left(t\_8 - \left(t\_11 - \left(y2 \cdot x - y3 \cdot z\right) \cdot \left(c \cdot y0 - y1 \cdot a\right)\right)\right)\\ t_16 := \left(\left(t\_6 - \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) + t\_13\right)\right) + \left(t\_2 \cdot \left(c \cdot y0 - a \cdot y1\right) - \left(t\_10 - \left(y \cdot x - z \cdot t\right) \cdot t\_7\right)\right)\\ t_17 := t \cdot y2 - y \cdot y3\\ \mathbf{if}\;y4 < -7.206256231996481 \cdot 10^{+60}:\\ \;\;\;\;\left(t\_8 - \left(t\_11 - t\_6\right)\right) - \left(\frac{t\_3}{\frac{1}{t\_1}} - t\_14\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) - t\_10\right) + \left(\left(y0 \cdot c - a \cdot y1\right) \cdot t\_2 - \left(t\_17 \cdot \left(y4 \cdot c - a \cdot y5\right) - \left(y1 \cdot y4 - y5 \cdot y0\right) \cdot t\_4\right)\right)\\ \mathbf{elif}\;y4 < -1.2000065055686116 \cdot 10^{-105}:\\ \;\;\;\;t\_16\\ \mathbf{elif}\;y4 < 6.718963124057495 \cdot 10^{-279}:\\ \;\;\;\;t\_15\\ \mathbf{elif}\;y4 < 4.77962681403792 \cdot 10^{-222}:\\ \;\;\;\;t\_16\\ \mathbf{elif}\;y4 < 2.2852241541266835 \cdot 10^{-175}:\\ \;\;\;\;t\_15\\ \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 t\_5\right) - t\_17 \cdot t\_1\right) + t\_13\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   (let* ((t_1 (- (* y4 c) (* y5 a)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_2 (- (* x y2) (* z y3)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_3 (- (* y2 t) (* y3 y)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_4 (- (* k y2) (* j y3)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_5 (- (* y4 b) (* y5 i)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_6 (* (- (* j t) (* k y)) t_5))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_7 (- (* b a) (* i c)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_8 (* t_7 (- (* y x) (* t z))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_9 (- (* j x) (* k z)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_10 (* (- (* b y0) (* i y1)) t_9))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_11 (* t_9 (- (* y0 b) (* i y1))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_12 (- (* y4 y1) (* y5 y0)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_13 (* t_4 t_12))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_14 (* (- (* y2 k) (* y3 j)) t_12))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (+
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            (-
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (-
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (- (* (* k y) (* y5 i)) (* (* y b) (* y4 k)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (* (* y5 t) (* i j)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (- (* t_3 t_1) t_14))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            (- t_8 (- t_11 (* (- (* y2 x) (* y3 z)) (- (* c y0) (* y1 a)))))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (+
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            (+
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (- t_6 (* (* y3 y) (- (* y5 a) (* y4 c))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (+ (* (* y5 a) (* t y2)) t_13))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            (-
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (* t_2 (- (* c y0) (* a y1)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (- t_10 (* (- (* y x) (* z t)) t_7)))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (t_17 (- (* t y2) (* y y3))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     (if (< y4 -7.206256231996481e+60)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       (- (- t_8 (- t_11 t_6)) (- (/ t_3 (/ 1.0 t_1)) t_14))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       (if (< y4 -3.364603505246317e-66)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         (+
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (-
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (- (- (* (* t c) (* i z)) (* (* a t) (* b z))) (* (* y c) (* i x)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           t_10)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (-
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (* (- (* y0 c) (* a y1)) t_2)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (- (* t_17 (- (* y4 c) (* a y5))) (* (- (* y1 y4) (* y5 y0)) t_4))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         (if (< y4 -1.2000065055686116e-105)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           t_16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (if (< y4 6.718963124057495e-279)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             t_15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             (if (< y4 4.77962681403792e-222)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               t_16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               (if (< y4 2.2852241541266835e-175)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 t_15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 (+
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (-
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   (+
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (+
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     (-
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      (* (- (* 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)) t_5))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   (* t_17 t_1))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_13)))))))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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 = (y4 * c) - (y5 * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_2 = (x * y2) - (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_3 = (y2 * t) - (y3 * y);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_4 = (k * y2) - (j * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_5 = (y4 * b) - (y5 * i);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_6 = ((j * t) - (k * y)) * t_5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_7 = (b * a) - (i * c);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_8 = t_7 * ((y * x) - (t * z));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_9 = (j * x) - (k * z);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_10 = ((b * y0) - (i * y1)) * t_9;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_11 = t_9 * ((y0 * b) - (i * y1));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_12 = (y4 * y1) - (y5 * y0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_13 = t_4 * t_12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_14 = ((y2 * k) - (y3 * j)) * t_12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_15 = (((((k * y) * (y5 * i)) - ((y * b) * (y4 * k))) - ((y5 * t) * (i * j))) - ((t_3 * t_1) - t_14)) + (t_8 - (t_11 - (((y2 * x) - (y3 * z)) * ((c * y0) - (y1 * a)))));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_16 = ((t_6 - ((y3 * y) * ((y5 * a) - (y4 * c)))) + (((y5 * a) * (t * y2)) + t_13)) + ((t_2 * ((c * y0) - (a * y1))) - (t_10 - (((y * x) - (z * t)) * t_7)));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_17 = (t * y2) - (y * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (y4 < -7.206256231996481e+60) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (t_8 - (t_11 - t_6)) - ((t_3 / (1.0 / t_1)) - t_14);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < -3.364603505246317e-66) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (((((t * c) * (i * z)) - ((a * t) * (b * z))) - ((y * c) * (i * x))) - t_10) + ((((y0 * c) - (a * y1)) * t_2) - ((t_17 * ((y4 * c) - (a * y5))) - (((y1 * y4) - (y5 * y0)) * t_4)));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < -1.2000065055686116e-105) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < 6.718963124057495e-279) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < 4.77962681403792e-222) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < 2.2852241541266835e-175) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (((((((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)) * t_5)) - (t_17 * t_1)) + t_13;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_10
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_11
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_12
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_13
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_14
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: t_17
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      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) :: t_9
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      real(8) :: tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_1 = (y4 * c) - (y5 * a)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_2 = (x * y2) - (z * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_3 = (y2 * t) - (y3 * y)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_4 = (k * y2) - (j * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_5 = (y4 * b) - (y5 * i)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_6 = ((j * t) - (k * y)) * t_5
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_7 = (b * a) - (i * c)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_8 = t_7 * ((y * x) - (t * z))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_9 = (j * x) - (k * z)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_10 = ((b * y0) - (i * y1)) * t_9
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_11 = t_9 * ((y0 * b) - (i * y1))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_12 = (y4 * y1) - (y5 * y0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_13 = t_4 * t_12
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_14 = ((y2 * k) - (y3 * j)) * t_12
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_15 = (((((k * y) * (y5 * i)) - ((y * b) * (y4 * k))) - ((y5 * t) * (i * j))) - ((t_3 * t_1) - t_14)) + (t_8 - (t_11 - (((y2 * x) - (y3 * z)) * ((c * y0) - (y1 * a)))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_16 = ((t_6 - ((y3 * y) * ((y5 * a) - (y4 * c)))) + (((y5 * a) * (t * y2)) + t_13)) + ((t_2 * ((c * y0) - (a * y1))) - (t_10 - (((y * x) - (z * t)) * t_7)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      t_17 = (t * y2) - (y * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (y4 < (-7.206256231996481d+60)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = (t_8 - (t_11 - t_6)) - ((t_3 / (1.0d0 / t_1)) - t_14)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else if (y4 < (-3.364603505246317d-66)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = (((((t * c) * (i * z)) - ((a * t) * (b * z))) - ((y * c) * (i * x))) - t_10) + ((((y0 * c) - (a * y1)) * t_2) - ((t_17 * ((y4 * c) - (a * y5))) - (((y1 * y4) - (y5 * y0)) * t_4)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else if (y4 < (-1.2000065055686116d-105)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = t_16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else if (y4 < 6.718963124057495d-279) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = t_15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else if (y4 < 4.77962681403792d-222) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = t_16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else if (y4 < 2.2852241541266835d-175) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = t_15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          tmp = (((((((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)) * t_5)) - (t_17 * t_1)) + t_13
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      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) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_1 = (y4 * c) - (y5 * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_2 = (x * y2) - (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_3 = (y2 * t) - (y3 * y);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_4 = (k * y2) - (j * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_5 = (y4 * b) - (y5 * i);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_6 = ((j * t) - (k * y)) * t_5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_7 = (b * a) - (i * c);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_8 = t_7 * ((y * x) - (t * z));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_9 = (j * x) - (k * z);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_10 = ((b * y0) - (i * y1)) * t_9;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_11 = t_9 * ((y0 * b) - (i * y1));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_12 = (y4 * y1) - (y5 * y0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_13 = t_4 * t_12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_14 = ((y2 * k) - (y3 * j)) * t_12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_15 = (((((k * y) * (y5 * i)) - ((y * b) * (y4 * k))) - ((y5 * t) * (i * j))) - ((t_3 * t_1) - t_14)) + (t_8 - (t_11 - (((y2 * x) - (y3 * z)) * ((c * y0) - (y1 * a)))));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_16 = ((t_6 - ((y3 * y) * ((y5 * a) - (y4 * c)))) + (((y5 * a) * (t * y2)) + t_13)) + ((t_2 * ((c * y0) - (a * y1))) - (t_10 - (((y * x) - (z * t)) * t_7)));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double t_17 = (t * y2) - (y * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (y4 < -7.206256231996481e+60) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (t_8 - (t_11 - t_6)) - ((t_3 / (1.0 / t_1)) - t_14);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < -3.364603505246317e-66) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (((((t * c) * (i * z)) - ((a * t) * (b * z))) - ((y * c) * (i * x))) - t_10) + ((((y0 * c) - (a * y1)) * t_2) - ((t_17 * ((y4 * c) - (a * y5))) - (((y1 * y4) - (y5 * y0)) * t_4)));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < -1.2000065055686116e-105) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < 6.718963124057495e-279) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < 4.77962681403792e-222) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (y4 < 2.2852241541266835e-175) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (((((((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)) * t_5)) - (t_17 * t_1)) + t_13;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_1 = (y4 * c) - (y5 * a)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_2 = (x * y2) - (z * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_3 = (y2 * t) - (y3 * y)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_4 = (k * y2) - (j * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_5 = (y4 * b) - (y5 * i)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_6 = ((j * t) - (k * y)) * t_5
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_7 = (b * a) - (i * c)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_8 = t_7 * ((y * x) - (t * z))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_9 = (j * x) - (k * z)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_10 = ((b * y0) - (i * y1)) * t_9
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_11 = t_9 * ((y0 * b) - (i * y1))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_12 = (y4 * y1) - (y5 * y0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_13 = t_4 * t_12
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_14 = ((y2 * k) - (y3 * j)) * t_12
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_15 = (((((k * y) * (y5 * i)) - ((y * b) * (y4 * k))) - ((y5 * t) * (i * j))) - ((t_3 * t_1) - t_14)) + (t_8 - (t_11 - (((y2 * x) - (y3 * z)) * ((c * y0) - (y1 * a)))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_16 = ((t_6 - ((y3 * y) * ((y5 * a) - (y4 * c)))) + (((y5 * a) * (t * y2)) + t_13)) + ((t_2 * ((c * y0) - (a * y1))) - (t_10 - (((y * x) - (z * t)) * t_7)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_17 = (t * y2) - (y * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if y4 < -7.206256231996481e+60:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (t_8 - (t_11 - t_6)) - ((t_3 / (1.0 / t_1)) - t_14)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elif y4 < -3.364603505246317e-66:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (((((t * c) * (i * z)) - ((a * t) * (b * z))) - ((y * c) * (i * x))) - t_10) + ((((y0 * c) - (a * y1)) * t_2) - ((t_17 * ((y4 * c) - (a * y5))) - (((y1 * y4) - (y5 * y0)) * t_4)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elif y4 < -1.2000065055686116e-105:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elif y4 < 6.718963124057495e-279:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elif y4 < 4.77962681403792e-222:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elif y4 < 2.2852241541266835e-175:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	else:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (((((((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)) * t_5)) - (t_17 * t_1)) + t_13
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_1 = Float64(Float64(y4 * c) - Float64(y5 * a))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_2 = Float64(Float64(x * y2) - Float64(z * y3))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_3 = Float64(Float64(y2 * t) - Float64(y3 * y))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_4 = Float64(Float64(k * y2) - Float64(j * y3))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_5 = Float64(Float64(y4 * b) - Float64(y5 * i))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_6 = Float64(Float64(Float64(j * t) - Float64(k * y)) * t_5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_7 = Float64(Float64(b * a) - Float64(i * c))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_8 = Float64(t_7 * Float64(Float64(y * x) - Float64(t * z)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_9 = Float64(Float64(j * x) - Float64(k * z))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_10 = Float64(Float64(Float64(b * y0) - Float64(i * y1)) * t_9)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_11 = Float64(t_9 * Float64(Float64(y0 * b) - Float64(i * y1)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_12 = Float64(Float64(y4 * y1) - Float64(y5 * y0))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_13 = Float64(t_4 * t_12)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_14 = Float64(Float64(Float64(y2 * k) - Float64(y3 * j)) * t_12)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_15 = Float64(Float64(Float64(Float64(Float64(Float64(k * y) * Float64(y5 * i)) - Float64(Float64(y * b) * Float64(y4 * k))) - Float64(Float64(y5 * t) * Float64(i * j))) - Float64(Float64(t_3 * t_1) - t_14)) + Float64(t_8 - Float64(t_11 - Float64(Float64(Float64(y2 * x) - Float64(y3 * z)) * Float64(Float64(c * y0) - Float64(y1 * a))))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_16 = Float64(Float64(Float64(t_6 - Float64(Float64(y3 * y) * Float64(Float64(y5 * a) - Float64(y4 * c)))) + Float64(Float64(Float64(y5 * a) * Float64(t * y2)) + t_13)) + Float64(Float64(t_2 * Float64(Float64(c * y0) - Float64(a * y1))) - Float64(t_10 - Float64(Float64(Float64(y * x) - Float64(z * t)) * t_7))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_17 = Float64(Float64(t * y2) - Float64(y * y3))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (y4 < -7.206256231996481e+60)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(t_8 - Float64(t_11 - t_6)) - Float64(Float64(t_3 / Float64(1.0 / t_1)) - t_14));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < -3.364603505246317e-66)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(Float64(Float64(Float64(Float64(t * c) * Float64(i * z)) - Float64(Float64(a * t) * Float64(b * z))) - Float64(Float64(y * c) * Float64(i * x))) - t_10) + Float64(Float64(Float64(Float64(y0 * c) - Float64(a * y1)) * t_2) - Float64(Float64(t_17 * Float64(Float64(y4 * c) - Float64(a * y5))) - Float64(Float64(Float64(y1 * y4) - Float64(y5 * y0)) * t_4))));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < -1.2000065055686116e-105)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < 6.718963124057495e-279)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < 4.77962681403792e-222)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < 2.2852241541266835e-175)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(x * y) - Float64(z * t)) * Float64(Float64(a * b) - Float64(c * i))) - Float64(Float64(k * Float64(i * Float64(z * y1))) - Float64(Float64(j * Float64(i * Float64(x * y1))) + Float64(y0 * Float64(k * Float64(z * b)))))) + Float64(Float64(z * Float64(y3 * Float64(a * y1))) - Float64(Float64(y2 * Float64(x * Float64(a * y1))) + Float64(y0 * Float64(z * Float64(c * y3)))))) + Float64(Float64(Float64(t * j) - Float64(y * k)) * t_5)) - Float64(t_17 * t_1)) + t_13);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_1 = (y4 * c) - (y5 * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_2 = (x * y2) - (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_3 = (y2 * t) - (y3 * y);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_4 = (k * y2) - (j * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_5 = (y4 * b) - (y5 * i);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_6 = ((j * t) - (k * y)) * t_5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_7 = (b * a) - (i * c);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_8 = t_7 * ((y * x) - (t * z));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_9 = (j * x) - (k * z);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_10 = ((b * y0) - (i * y1)) * t_9;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_11 = t_9 * ((y0 * b) - (i * y1));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_12 = (y4 * y1) - (y5 * y0);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_13 = t_4 * t_12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_14 = ((y2 * k) - (y3 * j)) * t_12;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_15 = (((((k * y) * (y5 * i)) - ((y * b) * (y4 * k))) - ((y5 * t) * (i * j))) - ((t_3 * t_1) - t_14)) + (t_8 - (t_11 - (((y2 * x) - (y3 * z)) * ((c * y0) - (y1 * a)))));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_16 = ((t_6 - ((y3 * y) * ((y5 * a) - (y4 * c)))) + (((y5 * a) * (t * y2)) + t_13)) + ((t_2 * ((c * y0) - (a * y1))) - (t_10 - (((y * x) - (z * t)) * t_7)));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	t_17 = (t * y2) - (y * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	if (y4 < -7.206256231996481e+60)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (t_8 - (t_11 - t_6)) - ((t_3 / (1.0 / t_1)) - t_14);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < -3.364603505246317e-66)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (((((t * c) * (i * z)) - ((a * t) * (b * z))) - ((y * c) * (i * x))) - t_10) + ((((y0 * c) - (a * y1)) * t_2) - ((t_17 * ((y4 * c) - (a * y5))) - (((y1 * y4) - (y5 * y0)) * t_4)));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < -1.2000065055686116e-105)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < 6.718963124057495e-279)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < 4.77962681403792e-222)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_16;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (y4 < 2.2852241541266835e-175)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_15;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = (((((((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)) * t_5)) - (t_17 * t_1)) + t_13;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(y4 * c), $MachinePrecision] - N[(y5 * a), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(y2 * t), $MachinePrecision] - N[(y3 * y), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$5 = N[(N[(y4 * b), $MachinePrecision] - N[(y5 * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$6 = N[(N[(N[(j * t), $MachinePrecision] - N[(k * y), $MachinePrecision]), $MachinePrecision] * t$95$5), $MachinePrecision]}, Block[{t$95$7 = N[(N[(b * a), $MachinePrecision] - N[(i * c), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$8 = N[(t$95$7 * N[(N[(y * x), $MachinePrecision] - N[(t * z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$9 = N[(N[(j * x), $MachinePrecision] - N[(k * z), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$10 = N[(N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision] * t$95$9), $MachinePrecision]}, Block[{t$95$11 = N[(t$95$9 * N[(N[(y0 * b), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$12 = N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$13 = N[(t$95$4 * t$95$12), $MachinePrecision]}, Block[{t$95$14 = N[(N[(N[(y2 * k), $MachinePrecision] - N[(y3 * j), $MachinePrecision]), $MachinePrecision] * t$95$12), $MachinePrecision]}, Block[{t$95$15 = N[(N[(N[(N[(N[(N[(k * y), $MachinePrecision] * N[(y5 * i), $MachinePrecision]), $MachinePrecision] - N[(N[(y * b), $MachinePrecision] * N[(y4 * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(y5 * t), $MachinePrecision] * N[(i * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(t$95$3 * t$95$1), $MachinePrecision] - t$95$14), $MachinePrecision]), $MachinePrecision] + N[(t$95$8 - N[(t$95$11 - N[(N[(N[(y2 * x), $MachinePrecision] - N[(y3 * z), $MachinePrecision]), $MachinePrecision] * N[(N[(c * y0), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$16 = N[(N[(N[(t$95$6 - N[(N[(y3 * y), $MachinePrecision] * N[(N[(y5 * a), $MachinePrecision] - N[(y4 * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(y5 * a), $MachinePrecision] * N[(t * y2), $MachinePrecision]), $MachinePrecision] + t$95$13), $MachinePrecision]), $MachinePrecision] + N[(N[(t$95$2 * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(t$95$10 - N[(N[(N[(y * x), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision] * t$95$7), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$17 = N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]}, If[Less[y4, -7.206256231996481e+60], N[(N[(t$95$8 - N[(t$95$11 - t$95$6), $MachinePrecision]), $MachinePrecision] - N[(N[(t$95$3 / N[(1.0 / t$95$1), $MachinePrecision]), $MachinePrecision] - t$95$14), $MachinePrecision]), $MachinePrecision], If[Less[y4, -3.364603505246317e-66], N[(N[(N[(N[(N[(N[(t * c), $MachinePrecision] * N[(i * z), $MachinePrecision]), $MachinePrecision] - N[(N[(a * t), $MachinePrecision] * N[(b * z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(y * c), $MachinePrecision] * N[(i * x), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - t$95$10), $MachinePrecision] + N[(N[(N[(N[(y0 * c), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision] * t$95$2), $MachinePrecision] - N[(N[(t$95$17 * N[(N[(y4 * c), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(y1 * y4), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision] * t$95$4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[Less[y4, -1.2000065055686116e-105], t$95$16, If[Less[y4, 6.718963124057495e-279], t$95$15, If[Less[y4, 4.77962681403792e-222], t$95$16, If[Less[y4, 2.2852241541266835e-175], t$95$15, 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[(k * N[(i * N[(z * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(j * N[(i * N[(x * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(y0 * N[(k * N[(z * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(z * N[(y3 * N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(y2 * N[(x * N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(y0 * N[(z * N[(c * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision] * t$95$5), $MachinePrecision]), $MachinePrecision] - N[(t$95$17 * t$95$1), $MachinePrecision]), $MachinePrecision] + t$95$13), $MachinePrecision]]]]]]]]]]]]]]]]]]]]]]]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_1 := y4 \cdot c - y5 \cdot a\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_2 := x \cdot y2 - z \cdot y3\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_3 := y2 \cdot t - y3 \cdot y\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_4 := k \cdot y2 - j \cdot y3\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_5 := y4 \cdot b - y5 \cdot i\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_6 := \left(j \cdot t - k \cdot y\right) \cdot t\_5\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_7 := b \cdot a - i \cdot c\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_8 := t\_7 \cdot \left(y \cdot x - t \cdot z\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_9 := j \cdot x - k \cdot z\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_10 := \left(b \cdot y0 - i \cdot y1\right) \cdot t\_9\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_11 := t\_9 \cdot \left(y0 \cdot b - i \cdot y1\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_12 := y4 \cdot y1 - y5 \cdot y0\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_13 := t\_4 \cdot t\_12\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_14 := \left(y2 \cdot k - y3 \cdot j\right) \cdot t\_12\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_15 := \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(t\_3 \cdot t\_1 - t\_14\right)\right) + \left(t\_8 - \left(t\_11 - \left(y2 \cdot x - y3 \cdot z\right) \cdot \left(c \cdot y0 - y1 \cdot a\right)\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_16 := \left(\left(t\_6 - \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) + t\_13\right)\right) + \left(t\_2 \cdot \left(c \cdot y0 - a \cdot y1\right) - \left(t\_10 - \left(y \cdot x - z \cdot t\right) \cdot t\_7\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  t_17 := t \cdot y2 - y \cdot y3\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{if}\;y4 < -7.206256231996481 \cdot 10^{+60}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(t\_8 - \left(t\_11 - t\_6\right)\right) - \left(\frac{t\_3}{\frac{1}{t\_1}} - t\_14\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) - t\_10\right) + \left(\left(y0 \cdot c - a \cdot y1\right) \cdot t\_2 - \left(t\_17 \cdot \left(y4 \cdot c - a \cdot y5\right) - \left(y1 \cdot y4 - y5 \cdot y0\right) \cdot t\_4\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y4 < -1.2000065055686116 \cdot 10^{-105}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_16\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y4 < 6.718963124057495 \cdot 10^{-279}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_15\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y4 < 4.77962681403792 \cdot 10^{-222}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_16\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y4 < 2.2852241541266835 \cdot 10^{-175}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_15\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \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 t\_5\right) - t\_17 \cdot t\_1\right) + t\_13\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reproduce

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  herbie shell --seed 2024298 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    :alt
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (! :herbie-platform default (if (< y4 -7206256231996481000000000000000000000000000000000000000000000) (- (- (* (- (* 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 (- (* y4 c) (* y5 a)))) (* (- (* y2 k) (* y3 j)) (- (* y4 y1) (* y5 y0))))) (if (< y4 -3364603505246317/1000000000000000000000000000000000000000000000000000000000000000000000000000000000) (+ (- (- (- (* (* 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 -3000016263921529/2500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) (+ (+ (- (* (- (* 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 1343792624811499/200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) (+ (- (- (- (* (* 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 29872667587737/6250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) (+ (+ (- (* (- (* 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 4570448308253367/20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) (+ (- (- (- (* (* 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)))))